Skip to content

Commit 4e22525

Browse files
committed
ACQE-8211: Validate admin dashboard for most viewed products and Disabled Charts
- Stepkeys are Updated
1 parent 01c0041 commit 4e22525

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminVerifyMostViewProductsAndDisabledChartInDashBoardTest.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -63,53 +63,53 @@
6363
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToProductPage">
6464
<argument name="productUrlKey" value="$$createProduct.custom_attributes[url_key]$$"/>
6565
</actionGroup>
66+
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToThirdProductPage1">
67+
<argument name="productUrlKey" value="$$createThirdProduct.custom_attributes[url_key]$$"/>
68+
</actionGroup>
6669
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToProductPageFirst">
6770
<argument name="productUrlKey" value="$$createProduct.custom_attributes[url_key]$$"/>
6871
</actionGroup>
72+
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToFirstProductPage1">
73+
<argument name="productUrlKey" value="$$createFirstProduct.custom_attributes[url_key]$$"/>
74+
</actionGroup>
6975
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToProductPageSecond">
7076
<argument name="productUrlKey" value="$$createProduct.custom_attributes[url_key]$$"/>
7177
</actionGroup>
78+
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToSimpleProductPage3">
79+
<argument name="productUrlKey" value="$$createSimpleProduct.custom_attributes[url_key]$$"/>
80+
</actionGroup>
7281
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToProductPageThird">
7382
<argument name="productUrlKey" value="$$createProduct.custom_attributes[url_key]$$"/>
7483
</actionGroup>
84+
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToSimpleProductPage2">
85+
<argument name="productUrlKey" value="$$createSimpleProduct.custom_attributes[url_key]$$"/>
86+
</actionGroup>
7587
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToProductPageForth">
7688
<argument name="productUrlKey" value="$$createProduct.custom_attributes[url_key]$$"/>
7789
</actionGroup>
7890
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToProductPage1">
7991
<argument name="productUrlKey" value="$$createSimpleProduct.custom_attributes[url_key]$$"/>
8092
</actionGroup>
81-
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToSimpleProductPage1">
82-
<argument name="productUrlKey" value="$$createSimpleProduct.custom_attributes[url_key]$$"/>
83-
</actionGroup>
84-
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToSimpleProductPage2">
85-
<argument name="productUrlKey" value="$$createSimpleProduct.custom_attributes[url_key]$$"/>
93+
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToFirstProductPage3">
94+
<argument name="productUrlKey" value="$$createFirstProduct.custom_attributes[url_key]$$"/>
8695
</actionGroup>
87-
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToSimpleProductPage3">
96+
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToSimpleProductPage1">
8897
<argument name="productUrlKey" value="$$createSimpleProduct.custom_attributes[url_key]$$"/>
8998
</actionGroup>
90-
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToFirstProductPage1">
91-
<argument name="productUrlKey" value="$$createFirstProduct.custom_attributes[url_key]$$"/>
99+
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToSecondProductPage3">
100+
<argument name="productUrlKey" value="$$createSecondProduct.custom_attributes[url_key]$$"/>
92101
</actionGroup>
93102
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToFirstProductPage2">
94103
<argument name="productUrlKey" value="$$createFirstProduct.custom_attributes[url_key]$$"/>
95104
</actionGroup>
96-
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToFirstProductPage3">
97-
<argument name="productUrlKey" value="$$createFirstProduct.custom_attributes[url_key]$$"/>
98-
</actionGroup>
99105
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToSecondProductPage1">
100106
<argument name="productUrlKey" value="$$createSecondProduct.custom_attributes[url_key]$$"/>
101107
</actionGroup>
102-
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToSecondProductPage2">
103-
<argument name="productUrlKey" value="$$createSecondProduct.custom_attributes[url_key]$$"/>
104-
</actionGroup>
105-
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToSecondProductPage3">
106-
<argument name="productUrlKey" value="$$createSecondProduct.custom_attributes[url_key]$$"/>
107-
</actionGroup>
108108
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToThirdProductPage">
109109
<argument name="productUrlKey" value="$$createThirdProduct.custom_attributes[url_key]$$"/>
110110
</actionGroup>
111-
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToThirdProductPage1">
112-
<argument name="productUrlKey" value="$$createThirdProduct.custom_attributes[url_key]$$"/>
111+
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="goToSecondProductPage2">
112+
<argument name="productUrlKey" value="$$createSecondProduct.custom_attributes[url_key]$$"/>
113113
</actionGroup>
114114
<!--Step 3: Login as Admin -->
115115
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>

0 commit comments

Comments
 (0)