mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-12 07:55:53 +00:00
Fix delete message
This commit is contained in:
parent
4ee799c41c
commit
5bc5e45624
@ -62,7 +62,7 @@ class weblink extends \AcceptanceTester
|
||||
$I->checkAllResults();
|
||||
$I->clickToolbarButton('Trash');
|
||||
$I->waitForText('Web Links','30',['css' => 'h1']);
|
||||
$I->waitForText('Web link successfully trashed', 30, ['id' => 'system-message-container']);
|
||||
$I->waitForText('1 web link successfully trashed', 30, ['id' => 'system-message-container']);
|
||||
|
||||
$I->amGoingTo('Delete the weblink');
|
||||
$I->selectOptionInChosen('- Select Status -', 'Trashed');
|
||||
|
Loading…
Reference in New Issue
Block a user