Skip to content

Commit 47181ed

Browse files
committed
B2B-2130: [AWS S3] Test Fails when Checking Persistent Welcome Message
- Fixing flaky test
1 parent 9a32456 commit 47181ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAssertSuccessLoginToStorefrontActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<arguments>
1616
<argument name="Customer" type="entity"/>
1717
</arguments>
18-
19-
<see stepKey="assertWelcome" userInput="{{Customer.firstname}}" selector="{{StorefrontPanelHeaderSection.customerWelcome}}" after="clickSignInAccountButton"/>
18+
19+
<waitForText stepKey="assertWelcome" userInput="{{Customer.firstname}}" selector="{{StorefrontPanelHeaderSection.customerWelcome}}" after="clickSignInAccountButton"/>
2020
</actionGroup>
2121
</actionGroups>

0 commit comments

Comments
 (0)