Skip to content

Commit

Permalink
Merge pull request #157 from puneet0191/fix-menu-item
Browse files Browse the repository at this point in the history
createMenu Item Fix the success string
  • Loading branch information
rdeutz authored Mar 27, 2018
2 parents 9dea2d3 02fd2dc commit 57db1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JoomlaBrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 1074,7 @@ public function createMenuItem($menuTitle, $menuCategory, $menuItem, $menu = 'Ma
$this->debug('I save the menu');
$this->click("Save");

$this->waitForText('Menu item successfully saved', TIMEOUT, ['id' => 'system-message-container']);
$this->waitForText('Menu item saved', TIMEOUT, ['id' => 'system-message-container']);
}

/**
Expand Down

0 comments on commit 57db1ae

Please sign in to comment.