mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-27 02:12:50 +00:00
Merge pull request #1 from javigomez/fixtest
[tests] update categories test to accept popup on delete
This commit is contained in:
commit
23dcb2a748
@ -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']);
|
||||
|
Loading…
Reference in New Issue
Block a user