mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 01:57:30 +00:00
[tests] update categories test to accept popup on delete
This commit is contained in:
parent
6cd0429107
commit
9a3bd0c904
@ -168,6 +168,7 @@ class AdministratorCategoriesCest
|
|||||||
$I->checkAllResults();
|
$I->checkAllResults();
|
||||||
$I->amGoingTo('try to delete a Weblinks Category');
|
$I->amGoingTo('try to delete a Weblinks Category');
|
||||||
$I->clickToolbarButton('Empty trash');
|
$I->clickToolbarButton('Empty trash');
|
||||||
|
$I->acceptPopup();
|
||||||
$I->waitForElement(['id' => 'system-message-container'], '60');
|
$I->waitForElement(['id' => 'system-message-container'], '60');
|
||||||
$I->expectTo('see a success message after Deleting the category');
|
$I->expectTo('see a success message after Deleting the category');
|
||||||
$I->see('1 category successfully deleted.', ['id' => 'system-message-container']);
|
$I->see('1 category successfully deleted.', ['id' => 'system-message-container']);
|
||||||
|
Loading…
Reference in New Issue
Block a user