Skip to content

Commit bddee3a

Browse files
AnujNehraAnujNehra
authored andcommitted
ACP2E-2247: [Cloud] Misleading prompts on Additional Settings section when setting up a Tax Rule:
1 parent c3560a0 commit bddee3a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2626
</before>
2727
<after>
28-
<!-- Go to the tax rule page -->
29-
<actionGroup ref="AdminTaxRuleGridOpenPageActionGroup" stepKey="goToTaxRulesPage"/>
30-
<!-- Click new tax rule -->
31-
<actionGroup ref="AdminClickAddTaxRuleButtonActionGroup" stepKey="clickAddNewTaxRuleButton"/>
32-
<!-- Click expand icon -->
33-
<conditionalClick selector="{{AdminTaxRuleFormSection.additionalSettings}}" dependentSelector="{{AdminTaxRuleFormSection.additionalSettingsOpened}}" visible="false" stepKey="openAdditionalSettings"/>
34-
<!-- Check class in selector -->
35-
<seeElement selector="details#detailsbase_fieldset ._show" stepKey="seeBox"/>
3628
<!--Logout-->
3729
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
3830
</after>
31+
<!-- Go to the tax rule page -->
32+
<actionGroup ref="AdminTaxRuleGridOpenPageActionGroup" stepKey="goToTaxRulesPage"/>
33+
<!-- Click new tax rule -->
34+
<actionGroup ref="AdminClickAddTaxRuleButtonActionGroup" stepKey="clickAddNewTaxRuleButton"/>
35+
<!-- Click expand icon -->
36+
<conditionalClick selector="{{AdminTaxRuleFormSection.additionalSettings}}" dependentSelector="{{AdminTaxRuleFormSection.additionalSettingsOpened}}" visible="false" stepKey="openAdditionalSettings"/>
37+
<!-- Check class in selector -->
38+
<seeElement selector="details#detailsbase_fieldset ._show" stepKey="seeBox"/>
3939
</test>
4040
</tests>

0 commit comments

Comments
 (0)