Fix flaky test for managing lists
This commit is contained in:
@@ -94,6 +94,8 @@ class ManageListsCest {
|
||||
$i->waitForElementVisible('[data-automation-id="filters_trash"]');
|
||||
$i->click('[data-automation-id="filters_trash"]');
|
||||
$i->waitForElementVisible('[data-automation-id="filters_trash"]');
|
||||
$i->reloadPage(); // just to clear all notifications from the above
|
||||
$i->waitForText($editedListTitle);
|
||||
$i->clickItemRowActionByItemName($editedListTitle, 'Delete permanently');
|
||||
$i->waitForText('1 list was permanently deleted. Note that deleting a list does not delete its subscribers.');
|
||||
$i->seeNoJSErrors();
|
||||
|
Reference in New Issue
Block a user