Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/JoomlaBrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,6 @@ public function installExtensionFromFolder($path, $type = 'Extension')
$I->waitForText('Extensions: Install','30', ['css' => 'H1']);
$I->click(['link' => 'Install from Folder']);
$this->debug('I enter the Path');

//Make sure path has an ending slash
$path = rtrim($path, "/") . "/";

$I->fillField(['id' => 'install_directory'], $path);
// @todo: we need to find a better locator for the following Install button
$I->click(['xpath' => "//button[contains(@onclick,'Joomla.submitbutton3()')]"]); // Install button
Expand Down