Skip to content

Commit fd5bd6f

Browse files
ACQE-8267: [MFTF TEST] CatalogPriceRuleAndCustomerGroupMembershipArePersistedUnderLongTermCookieTest
- Added reload page action.
1 parent 21390c6 commit fd5bd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogRule/Test/Mftf/Test/CatalogPriceRuleAndCustomerGroupMembershipArePersistedUnderLongTermCookieTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@
9393

9494
<!--Click the *Not you?* link and check the price for Simple Product-->
9595
<click selector="{{StorefrontPanelHeaderSection.notYouLink}}" stepKey="clickNotYouLink"/>
96+
<actionGroup ref="ReloadPageActionGroup" stepKey="waitFormReload"/>
9697
<actionGroup ref="AssertStorefrontDefaultWelcomeMessageActionGroup" stepKey="seeWelcomeMessageForJohnDoeCustomerAfterLogout"/>
9798
<actionGroup ref="AssertStorefrontProductPriceInCategoryPageActionGroup" stepKey="assertProductPriceInCategoryPageAfterLogout">
9899
<argument name="categoryUrl" value="$createCategory.custom_attributes[url_key]$"/>
99100
<argument name="productName" value="$createProduct.name$"/>
100101
</actionGroup>
101-
<waitForPageLoad time="30" stepKey="waitFormReload"/>
102102
<dontSeeElement selector="{{StorefrontCategoryProductSection.ProductCatalogRuleSpecialPriceTitleByName($createProduct.name$)}}" stepKey="dontSeeSpecialPrice"/>
103103
</test>
104104
</tests>

0 commit comments

Comments
 (0)