Skip to content

Commit d912035

Browse files
committed
--
1 parent 941cd22 commit d912035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ public function createMenuItem($menuTitle, $menuCategory, $menuItem, $menu = 'Ma
10821082
// $this->click(array('link' => "Select"));
10831083
// $this->click("Select");
10841084
$this->click(array('xpath' => "//button[@data-target='#menuTypeModal']"));
1085-
$this->click("Select");
1085+
// $this->click("Select");
10861086
$this->waitForElement(array('id' => 'menuTypeModal'), TIMEOUT);
10871087
$this->wait(1);
10881088
$this->switchToIFrame("Menu Item Type");

0 commit comments

Comments
 (0)