Skip to content

Commit c593462

Browse files
committed
fix installExtensionFromFolder
1 parent df8f4fb commit c593462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ public function installExtensionFromFolder($path, $type = 'Extension')
460460
{
461461
$this->amOnPage('/administrator/index.php?option=com_installer');
462462
$this->waitForText('Extensions: Install', '30', array('css' => 'H1'));
463+
$this->wait(1); // Let the tabsset come to life
463464
$this->click(array('link' => 'Install from Folder'));
464465
$this->debug('I enter the Path');
465466
$this->fillField(array('id' => 'install_directory'), $path);

0 commit comments

Comments
 (0)