Skip to content

Commit b2d6589

Browse files
committed
Fix for createMenuItem issue #107
1 parent 85ad670 commit b2d6589

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)