Skip to content

Commit 941cd22

Browse files
committed
--
1 parent 3a4b8e1 commit 941cd22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/JoomlaBrowser.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,8 @@ public function createMenuItem($menuTitle, $menuCategory, $menuItem, $menu = 'Ma
10801080

10811081
$this->debug("Open the menu types iframe");
10821082
// $this->click(array('link' => "Select"));
1083+
// $this->click("Select");
1084+
$this->click(array('xpath' => "//button[@data-target='#menuTypeModal']"));
10831085
$this->click("Select");
10841086
$this->waitForElement(array('id' => 'menuTypeModal'), TIMEOUT);
10851087
$this->wait(1);

0 commit comments

Comments
 (0)