Skip to content

Commit d11139f

Browse files
committed
Merge pull request #108 from yvesh/develop
Fix for creating menu item #107
2 parents 85ad670 + b2d6589 commit d11139f

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
@@ -810,6 +810,7 @@ public function createMenuItem($menuTitle, $menuCategory, $menuItem, $menu = 'Ma
810810
$I->debug("Open the menu types iframe");
811811
$I->click(['link' => "Select"]);
812812
$I->waitForElement(['id' => 'menuTypeModal'], '60');
813+
$I->wait(1);
813814
$I->switchToIFrame("Menu Item Type");
814815

815816
$I->debug("Open the menu category: $menuCategory");

0 commit comments

Comments
 (0)