Skip to content

Commit 3fcc13c

Browse files
authored
Fixed test for case locator is overlaped
1 parent 3e0d8ce commit 3fcc13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigSalesTaxClassActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
<amOnPage url="{{AdminSalesTaxClassPage.url}}" stepKey="navigateToSalesTaxPage"/>
5050
<waitForPageLoad stepKey="waitForPageLoad"/>
5151
<conditionalClick selector="{{AdminConfigureTaxSection.taxCalculationSettings}}" dependentSelector="{{AdminConfigureTaxSection.taxCalculationAlgorithm}}" visible="false" stepKey="openTaxCalcSettingsSection"/>
52-
<scrollTo selector="{{AdminConfigureTaxSection.taxCalculationApplyTaxOnInherit}}" stepKey="goToCheckbox"/>
52+
<scrollTo selector="{{AdminConfigureTaxSection.taxCalculationApplyTaxOnInherit}}" x="0" y="-80" stepKey="goToCheckbox"/>
5353
<selectOption selector="{{AdminConfigureTaxSection.taxCalculationApplyTaxOn}}" userInput="{{userInput}}" stepKey="setApplyTaxOff"/>
5454
<checkOption selector="{{AdminConfigureTaxSection.taxCalculationApplyTaxOnInherit}}" stepKey="disableApplyTaxOnSetting"/>
5555
<click selector="{{AdminConfigureTaxSection.save}}" stepKey="saveConfig"/>
5656
<waitForPageLoad stepKey="waitForConfigSaved"/>
5757
<see userInput="You saved the configuration." stepKey="seeSuccessMessage"/>
5858
</actionGroup>
59-
</actionGroups>
59+
</actionGroups>

0 commit comments

Comments
 (0)