Skip to content

Commit e3c0462

Browse files
committed
Merge pull request #81 from yvesh/develop
Removed the adding of ending slash
2 parents cdc02b3 + e8dddd0 commit e3c0462

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/JoomlaBrowser.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,6 @@ public function installExtensionFromFolder($path, $type = 'Extension')
326326
$I->waitForText('Extensions: Install','30', ['css' => 'H1']);
327327
$I->click(['link' => 'Install from Folder']);
328328
$this->debug('I enter the Path');
329-
330-
//Make sure path has an ending slash
331-
$path = rtrim($path, "/") . "/";
332-
333329
$I->fillField(['id' => 'install_directory'], $path);
334330
// @todo: we need to find a better locator for the following Install button
335331
$I->click(['xpath' => "//button[contains(@onclick,'Joomla.submitbutton3()')]"]); // Install button

0 commit comments

Comments
 (0)