From 58a7c93a520ff14ef1ab8c00050b10fe5909aa97 Mon Sep 17 00:00:00 2001 From: Veljko Date: Wed, 22 May 2024 16:46:32 +0200 Subject: [PATCH] Add missing step to go to segments page --- .../acceptance/Segments/CreateSegmentEmailAbsoluteCountCest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mailpoet/tests/acceptance/Segments/CreateSegmentEmailAbsoluteCountCest.php b/mailpoet/tests/acceptance/Segments/CreateSegmentEmailAbsoluteCountCest.php index fe7862f628..4a9e1807e5 100644 --- a/mailpoet/tests/acceptance/Segments/CreateSegmentEmailAbsoluteCountCest.php +++ b/mailpoet/tests/acceptance/Segments/CreateSegmentEmailAbsoluteCountCest.php @@ -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"]');