Skip to content

Commit 3a4b8e1

Browse files
committed
--
1 parent c27d36d commit 3a4b8e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,8 @@ public function createMenuItem($menuTitle, $menuCategory, $menuItem, $menu = 'Ma
10791079
$this->fillField(array('id' => 'jform_title'), $menuTitle);
10801080

10811081
$this->debug("Open the menu types iframe");
1082-
$this->click(array('link' => "Select"));
1082+
// $this->click(array('link' => "Select"));
1083+
$this->click("Select");
10831084
$this->waitForElement(array('id' => 'menuTypeModal'), TIMEOUT);
10841085
$this->wait(1);
10851086
$this->switchToIFrame("Menu Item Type");

0 commit comments

Comments
 (0)