Skip to content

Commit 808fe8f

Browse files
committed
ACQE-3393 : reused existing actiongroup
1 parent e2d8960 commit 808fe8f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@
1313
<description>check system value european country option value</description>
1414
</annotations>
1515

16-
<amOnPage url="{{AdminConfigGeneralPage.url}}" stepKey="navigateToAdminStoreConfiguration"/>
17-
<conditionalClick selector="{{CountriesFormSection.block}}" dependentSelector="{{CountriesFormSection.label}}" visible="false" stepKey="expand_panel"/>
18-
<scrollTo selector="{{CountriesFormSection.label}}" stepKey="scrollToLabel" />
19-
<wait time="2" stepKey="waitForLoad"/>
20-
<checkOption selector="{{CountriesFormSection.useConfigSettings}}" stepKey="checkConfigSetting"/>
21-
<wait time="2" stepKey="waitForPageLoad"/>
22-
<click selector="{{CountriesFormSection.saveConfig}}" stepKey="clickSave"/>
16+
<remove keyForRemoval="uncheckConfigSetting"/>
17+
<checkOption selector="{{CountriesFormSection.useConfigSettings}}" stepKey="checkConfigSetting" after="waitForLoad"/>
2318
</actionGroup>
2419
</actionGroups>

0 commit comments

Comments
 (0)