Skip to content

Commit bd782d1

Browse files
authored
Update JoomlaBrowser.php (#216)
Select was not working because of space in span tag. This was successfully tested.
1 parent c3f2ef9 commit bd782d1

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
@@ -1101,7 +1101,7 @@ public function createMenuItem($menuTitle, $menuCategory, $menuItem, $menu = 'Ma
11011101
$this->fillField(array('id' => 'jform_title'), $menuTitle);
11021102

11031103
$this->debug("Open the menu types iframe");
1104-
$this->click(array('link' => "Select"));
1104+
$this->click(array('xpath' => "//button[@data-target='#menuTypeModal']"));
11051105
$this->waitForElement(array('id' => 'menuTypeModal'), TIMEOUT);
11061106
$this->wait(1);
11071107
$this->switchToIFrame("Menu Item Type");

0 commit comments

Comments
 (0)