[tests] update categories test to accept popup on delete

This commit is contained in:
javier gomez 2016-02-01 10:26:25 +01:00
parent 6cd0429107
commit 9a3bd0c904
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ class AdministratorCategoriesCest
$I->checkAllResults();
$I->amGoingTo('try to delete a Weblinks Category');
$I->clickToolbarButton('Empty trash');
$I->acceptPopup();
$I->waitForElement(['id' => 'system-message-container'], '60');
$I->expectTo('see a success message after Deleting the category');
$I->see('1 category successfully deleted.', ['id' => 'system-message-container']);