Skip to content

Commit e8dddd0

Browse files
committed
Removed add of ending slash (not usefull here)
1 parent cdc02b3 commit e8dddd0

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)