Skip to content

Commit 5b3f633

Browse files
author
Thong Tran
committed
[Fix] Install from Folder
1 parent 2f2968e commit 5b3f633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public function installExtensionFromDirectory($path, $type = 'Extension')
243243
$I = $this;
244244
$I->amOnPage('/administrator/index.php?option=com_installer');
245245
$I->waitForText('Extensions: Install','30', ['css' => 'H1']);
246-
$I->click(['link' => 'Install from Directory']);
246+
$I->click(['link' => 'Install from Folder']);
247247
$this->debug('I enter the Path');
248248
$I->fillField(['id' => 'install_directory'], $path);
249249
// @todo: we need to find a better locator for the following Install button

0 commit comments

Comments
 (0)