File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
app/code/Magento/Config/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 13
13
<description >check system value european country option value</description >
14
14
</annotations >
15
15
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" />
23
18
</actionGroup >
24
19
</actionGroups >
You can’t perform that action at this time.
0 commit comments