Skip to content

Commit b0960b4

Browse files
ACQE-6611: StorefrontVerifyMultipleProductRatingsOnCategoryPageTest
add cache and section element added
1 parent 1031c02 commit b0960b4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/code/Magento/Customer/Test/Mftf/Section/StorefrontPanelHeaderSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="StorefrontPanelHeaderSection">
1212
<element name="welcomeMessage" type="text" selector="header>.panel .greet.welcome" />
13-
<element name="createAnAccountLink" type="select" selector="//div[@class='panel wrapper']//li/a[contains(.,'Create an Account')]" timeout="30"/>
13+
<element name="createAnAccountLink" type="select" selector="//div[@class='panel wrapper']//div[@class='panel header']//li/a[contains(.,'Create an Account')]" timeout="30"/>
1414
<element name="notYouLink" type="button" selector=".greet.welcome span a"/>
1515
<element name="customerWelcome" type="text" selector=".panel.header .greet.welcome"/>
1616
<element name="customerWelcomeMenu" type="text" selector=".panel.header .customer-welcome .customer-name"/>

app/code/Magento/Review/Test/Mftf/Test/StorefrontVerifyMultipleProductRatingsOnCategoryPageTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
<!-- Disable single store view back -->
5252
<magentoCLI command="config:set general/single_store_mode/enabled 0" stepKey="enabledSingleStoreMode"/>
5353
</after>
54-
54+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanInvalidatedCaches">
55+
<argument name="tags" value="config full_page"/>
56+
</actionGroup>
5557
<!-- Go to frontend and make a user account and login with it -->
5658
<actionGroup ref="SignUpNewUserFromStorefrontActionGroup" stepKey="signUpNewUser">
5759
<argument name="Customer" value="CustomerEntityOne"/>

0 commit comments

Comments
 (0)