Skip to content

Commit c27d36d

Browse files
committed
--
1 parent 3d8bf7e commit c27d36d

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
@@ -1087,7 +1087,7 @@ public function createMenuItem($menuTitle, $menuCategory, $menuItem, $menu = 'Ma
10871087
$this->debug("Open the menu category: $menuCategory");
10881088

10891089
// Open the category
1090-
$this->wait(2);
1090+
$this->wait(1);
10911091
$this->waitForElement(array('link' => $menuCategory), TIMEOUT);
10921092
$this->click(array('link' => $menuCategory));
10931093

0 commit comments

Comments
 (0)