Add missing step to go to segments page

This commit is contained in:
Veljko
2024-05-22 16:46:32 +02:00
committed by Rostislav Wolný
parent d9df7cc01d
commit 58a7c93a52

View File

@@ -102,6 +102,7 @@ class CreateSegmentEmailAbsoluteCountCest {
$i->waitForText('stats_test5@example.com');
$i->wantTo('Edit the segment again');
$i->amOnMailpoetPage('Segments');
$i->waitForText($segmentTitle);
$i->clickWooTableActionByItemName($segmentTitle, 'Edit');
$i->waitForElementVisible('[data-automation-id="segment-email"]');