Skip to content

Commit b0d97c3

Browse files
committed
--
1 parent d912035 commit b0d97c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/JoomlaBrowser.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,10 +1079,7 @@ 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"));
1083-
// $this->click("Select");
10841082
$this->click(array('xpath' => "//button[@data-target='#menuTypeModal']"));
1085-
// $this->click("Select");
10861083
$this->waitForElement(array('id' => 'menuTypeModal'), TIMEOUT);
10871084
$this->wait(1);
10881085
$this->switchToIFrame("Menu Item Type");

0 commit comments

Comments
 (0)