Merge pull request #1 from javigomez/fixtest

[tests] update categories test to accept popup on delete
This commit is contained in:
infograf768 2016-02-01 10:43:31 +01:00
commit 23dcb2a748
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']);