Fix delete message

This commit is contained in:
javier gomez 2016-06-22 15:02:33 +02:00
parent 4ee799c41c
commit 5bc5e45624
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class weblink extends \AcceptanceTester
$I->checkAllResults();
$I->clickToolbarButton('Trash');
$I->waitForText('Web Links','30',['css' => 'h1']);
$I->waitForText('Web link successfully trashed', 30, ['id' => 'system-message-container']);
$I->waitForText('1 web link successfully trashed', 30, ['id' => 'system-message-container']);
$I->amGoingTo('Delete the weblink');
$I->selectOptionInChosen('- Select Status -', 'Trashed');