Skip to content

Commit 6d058a3

Browse files
author
Devagouda Patil
committed
MC-5593: [Modularity] Braintree module MFTF contain wide used sections and action groups
- updated element location to use
1 parent e7ee67f commit 6d058a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminTaxActionGroup.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@
128128
<!--Select Configuration menu from Store-->
129129
<click selector="{{AdminMenuSection.stores}}" stepKey="clickOnSTORES" />
130130
<waitForPageLoad stepKey="waitForConfiguration"/>
131-
<click selector="{{StoresSubmenuSection.configuration}}" stepKey="clickOnConfigurations"/>
131+
<click selector="{{AdminMenuSection.configuration}}" stepKey="clickOnConfigurations"/>
132132
<waitForPageLoad stepKey="waitForSales"/>
133133
<!--Double click the same to fix flaky issue with redirection to Dashboard-->
134134
<click selector="{{AdminMenuSection.stores}}" stepKey="clickOnSTORES1" />
135135
<waitForPageLoad stepKey="waitForConfiguration1"/>
136-
<click selector="{{StoresSubmenuSection.configuration}}" stepKey="clickOnConfigurations1"/>
136+
<click selector="{{AdminMenuSection.configuration}}" stepKey="clickOnConfigurations1"/>
137137
<waitForPageLoad stepKey="waitForSales1" time="5"/>
138138
<!--Change default tax class for Shipping on Taxable Goods-->
139139
<click selector="{{ConfigurationListSection.sales}}" stepKey="clickOnSales" />
@@ -156,12 +156,12 @@
156156
<!--Select Configuration menu from Store-->
157157
<click selector="{{AdminMenuSection.stores}}" stepKey="clickOnSTORES" />
158158
<waitForPageLoad stepKey="waitForConfiguration"/>
159-
<click selector="{{StoresSubmenuSection.configuration}}" stepKey="clickOnConfigurations"/>
159+
<click selector="{{AdminMenuSection.configuration}}" stepKey="clickOnConfigurations"/>
160160
<waitForPageLoad stepKey="waitForSales"/>
161161
<!--Double click the same to fix flaky issue with redirection to Dashboard-->
162162
<click selector="{{AdminMenuSection.stores}}" stepKey="clickOnSTORES1" />
163163
<waitForPageLoad stepKey="waitForConfiguration1"/>
164-
<click selector="{{StoresSubmenuSection.configuration}}" stepKey="clickOnConfigurations1"/>
164+
<click selector="{{AdminMenuSection.configuration}}" stepKey="clickOnConfigurations1"/>
165165
<waitForPageLoad stepKey="waitForSales1"/>
166166
<!--Change default tax class for Shipping on Taxable Goods-->
167167
<click selector="{{ConfigurationListSection.sales}}" stepKey="clickOnSales" />

0 commit comments

Comments
 (0)