From 5b3f6330714280732b34838873e2c7ffc092ab53 Mon Sep 17 00:00:00 2001 From: Thong Tran Date: Mon, 27 Jul 2015 11:17:36 +0700 Subject: [PATCH] [Fix] Install from Folder --- src/JoomlaBrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index a076c02..8b0b345 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -243,7 +243,7 @@ public function installExtensionFromDirectory($path, $type = 'Extension') $I = $this; $I->amOnPage('/administrator/index.php?option=com_installer'); $I->waitForText('Extensions: Install','30', ['css' => 'H1']); - $I->click(['link' => 'Install from Directory']); + $I->click(['link' => 'Install from Folder']); $this->debug('I enter the Path'); $I->fillField(['id' => 'install_directory'], $path); // @todo: we need to find a better locator for the following Install button