Skip to content

Commit 772afa8

Browse files
shashikant.kumarshashikant.kumar
authored andcommitted
removing duplicate stepkey
1 parent 0ae1314 commit 772afa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
<argument name="timeZoneName" type="string"/>
1717
</arguments>
1818
<amOnPage url="{{GeneralConfigurationPage.url}}" stepKey="navigateToLocaleConfigurationPage"/>
19-
<waitForPageLoad stepKey="waitForPageLoad"/>
19+
<waitForPageLoad stepKey="waitForPageLoadPostNavigateToLocaleConfigurationPage"/>
2020
<click selector="{{LocaleOptionsSection.changeStoreConfigButton}}" stepKey="changeStoreButton"/>
2121
<wait time="10" stepKey="waitForStoreOption"/>
2222
<click selector="{{LocaleOptionsSection.changeStoreConfigToSpecificWebsite(websiteName)}}" stepKey="selectNewWebsite"/>
2323
<wait time="10" stepKey="waitForWebsiteChange"/>
2424
<!-- Accept the current popup visible on the page. -->
2525
<click selector="{{LocaleOptionsSection.changeWebsiteConfirmButton}}" stepKey="confirmModal"/>
26-
<wait time="10" stepKey="waitForPageLoad"/>
26+
<wait time="10" stepKey="waitForPageToApplyConfig"/>
2727
<conditionalClick stepKey="expandDefaultLayouts" selector="{{LocaleOptionsSection.sectionHeader}}" dependentSelector="{{LocaleOptionsSection.CheckIfTabExpand}}" visible="true"/>
2828
<click selector="{{LocaleOptionsSection.checkboxTimeZone}}" stepKey="unCheckCheckbox"/>
2929
<waitForElementVisible selector="{{LocaleOptionsSection.timezone}}" stepKey="waitForLocaleTimeZone"/>

0 commit comments

Comments
 (0)