diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index 78bd996..719d153 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -810,6 +810,7 @@ public function createMenuItem($menuTitle, $menuCategory, $menuItem, $menu = 'Ma $I->debug("Open the menu types iframe"); $I->click(['link' => "Select"]); $I->waitForElement(['id' => 'menuTypeModal'], '60'); + $I->wait(1); $I->switchToIFrame("Menu Item Type"); $I->debug("Open the menu category: $menuCategory");