Skip to content

Commit 7f7569f

Browse files
committed
did changes
1 parent c786582 commit 7f7569f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Tax/Test/Mftf/Test/ApplyTaxesAndFptForSimpleProductWithCanadianPstOriginTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
<selectOption stepKey="selectDisplayTaxSummarySales" selector="{{AdminConfigureTaxSection.dropdownDisplayTaxSummarySales}}" userInput="Yes"/>
7575
<!-- Enable fixed product taxes and change configurations -->
7676
<!-- conditionalClick twice to fix some flaky behavior -->
77-
<conditionalClick stepKey="clickFixedProductTaxes" selector="{{AdminConfigureTaxSection.fixedProductTaxes}}" dependentSelector="#tax_sales_display" visible="false"/>
78-
<conditionalClick stepKey="fixedProductTaxesAgain" selector="{{AdminConfigureTaxSection.fixedProductTaxes}}" dependentSelector="#tax_sales_display" visible="false"/>
77+
<scrollTo selector="#tax_weee-head" x="0" y="-80" stepKey="scrollToFPT"/>
78+
<click selector="{{AdminConfigureTaxSection.fixedProductTaxes}}" stepKey="clickFixedProductTaxes"/>
7979
<uncheckOption stepKey="clickEnableFpt" selector="{{AdminConfigureTaxSection.systemValueEnableFpt}}"/>
8080
<selectOption stepKey="selectEnableFpt" selector="{{AdminConfigureTaxSection.dropdownFptYes}}" userInput="Yes"/>
8181
<uncheckOption stepKey="clickDisplayPricesInProductLists" selector="{{AdminConfigureTaxSection.systemValueDisplayPricesProducts}}"/>

0 commit comments

Comments
 (0)