File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
app/code/Magento/Tax/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments