Skip to content

Commit 96bf118

Browse files
committed
B2B-2139: [AWS S3] Flaky Tests: StorefrontCustomerCheckoutWithNewCustomerRegistrationAndDisableGuestCheckoutTest & StorefrontAutoGeneratedCouponCodeTest & AdminContentThemesEditTest
- Fixing flaky tests
1 parent 7359b29 commit 96bf118

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductImageStorefrontProductPageActionGroup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
<seeInCurrentUrl url="/{{product.urlKey}}.html" stepKey="checkUrl"/>
2121
<waitForPageLoad stepKey="waitForPageLoad"/>
22-
<waitForElementVisible selector="{{StorefrontProductMediaSection.imageFile(image.filename)}}" stepKey="seeImage"/>
22+
<waitForElement selector="{{StorefrontProductMediaSection.imageFile(image.filename)}}" stepKey="waitForImage"/>
23+
<seeElement selector="{{StorefrontProductMediaSection.imageFile(image.filename)}}" stepKey="seeImage"/>
2324
</actionGroup>
2425
</actionGroups>

0 commit comments

Comments
 (0)