Fix ManageSegmenstCest

[MAILPOET-3482]
This commit is contained in:
Rostislav Wolny
2021-04-21 12:55:39 +02:00
committed by Veljko V
parent 36dd514bb5
commit 29cc74081c

View File

@@ -135,6 +135,7 @@ class ManageSegmentsCest {
$i->clickItemRowActionByItemName($segmentEditedTitle, 'Move to trash');
$i->waitForText('1 segment was moved to the trash.');
$i->waitForElementClickable('[data-automation-id="filters_trash"]');
$i->click('[data-automation-id="filters_trash"]');
$i->waitForText($segmentEditedTitle);
$i->clickItemRowActionByItemName($segmentEditedTitle, 'Delete permanently');