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 25
25
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
26
26
</before >
27
27
<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" />
36
28
<!-- Logout-->
37
29
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logoutFromAdmin" />
38
30
</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" />
39
39
</test >
40
40
</tests >
You can’t perform that action at this time.
0 commit comments