Skip to content

Commit e5cbee0

Browse files
Merge branch 'ACQE-8267' into ACQE-functional-deployment-version12
2 parents ecb7605 + 5fa3cbc commit e5cbee0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-27571"/>
1919
<group value="persistent"/>
20-
<!-- added pr_exclude group as this test failing repeatedly and will be fixed and removed in this ACQE-7751 -->
21-
<group value="pr_exclude"/>
2220
</annotations>
2321
<before>
2422

@@ -93,12 +91,12 @@
9391

9492
<!--Click the *Not you?* link and check the price for Simple Product-->
9593
<click selector="{{StorefrontPanelHeaderSection.notYouLink}}" stepKey="clickNotYouLink"/>
94+
<actionGroup ref="ReloadPageActionGroup" stepKey="waitFormReload"/>
9695
<actionGroup ref="AssertStorefrontDefaultWelcomeMessageActionGroup" stepKey="seeWelcomeMessageForJohnDoeCustomerAfterLogout"/>
9796
<actionGroup ref="AssertStorefrontProductPriceInCategoryPageActionGroup" stepKey="assertProductPriceInCategoryPageAfterLogout">
9897
<argument name="categoryUrl" value="$createCategory.custom_attributes[url_key]$"/>
9998
<argument name="productName" value="$createProduct.name$"/>
10099
</actionGroup>
101-
<waitForPageLoad time="30" stepKey="waitFormReload"/>
102100
<dontSeeElement selector="{{StorefrontCategoryProductSection.ProductCatalogRuleSpecialPriceTitleByName($createProduct.name$)}}" stepKey="dontSeeSpecialPrice"/>
103101
</test>
104102
</tests>

0 commit comments

Comments
 (0)