File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Config/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
<argument name =" timeZoneName" type =" string" />
17
17
</arguments >
18
18
<amOnPage url =" {{GeneralConfigurationPage.url}}" stepKey =" navigateToLocaleConfigurationPage" />
19
- <waitForPageLoad stepKey =" waitForPageLoad " />
19
+ <waitForPageLoad stepKey =" waitForPageLoadPostNavigateToLocaleConfigurationPage " />
20
20
<click selector =" {{LocaleOptionsSection.changeStoreConfigButton}}" stepKey =" changeStoreButton" />
21
21
<wait time =" 10" stepKey =" waitForStoreOption" />
22
22
<click selector =" {{LocaleOptionsSection.changeStoreConfigToSpecificWebsite(websiteName)}}" stepKey =" selectNewWebsite" />
23
23
<wait time =" 10" stepKey =" waitForWebsiteChange" />
24
24
<!-- Accept the current popup visible on the page. -->
25
25
<click selector =" {{LocaleOptionsSection.changeWebsiteConfirmButton}}" stepKey =" confirmModal" />
26
- <wait time =" 10" stepKey =" waitForPageLoad " />
26
+ <wait time =" 10" stepKey =" waitForPageToApplyConfig " />
27
27
<conditionalClick stepKey =" expandDefaultLayouts" selector =" {{LocaleOptionsSection.sectionHeader}}" dependentSelector =" {{LocaleOptionsSection.CheckIfTabExpand}}" visible =" true" />
28
28
<click selector =" {{LocaleOptionsSection.checkboxTimeZone}}" stepKey =" unCheckCheckbox" />
29
29
<waitForElementVisible selector =" {{LocaleOptionsSection.timezone}}" stepKey =" waitForLocaleTimeZone" />
You can’t perform that action at this time.
0 commit comments