mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-12 07:55:53 +00:00
[tests] add accept popup when removing a weblink
This commit is contained in:
parent
74ce09dda3
commit
a26ee4a552
@ -107,6 +107,7 @@ class AdministratorWeblinksCest
|
||||
$I->amGoingTo('Delete the just saved weblink');
|
||||
$I->checkAllResults();
|
||||
$I->click(['xpath'=> '//div[@id="toolbar-delete"]/button']);
|
||||
$I->acceptPopup();
|
||||
$I->waitForText('Web Links','30',['css' => 'h1']);
|
||||
$I->expectTo('see a success message and the weblink removed from the list');
|
||||
$I->see('1 web link successfully deleted.',['id' => 'system-message-container']);
|
||||
|
Loading…
Reference in New Issue
Block a user