File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/Config/Test/Mftf Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 15
15
16
16
<amOnPage url =" {{GeneralConfigurationPage.url}}" stepKey =" navigateToLocaleConfigurationPage" />
17
17
<waitForPageLoad stepKey =" waitForPageLoad" />
18
- <scrollTo selector =" {{LocaleOptionsSection.sectionHeader}}" stepKey =" scrollToAnchor" />
19
18
<conditionalClick stepKey =" expandDefaultLayouts" selector =" {{LocaleOptionsSection.sectionHeader}}" dependentSelector =" {{LocaleOptionsSection.CheckIfTabExpand}}" visible =" true" />
20
19
<waitForElementVisible selector =" {{LocaleOptionsSection.timezone}}" stepKey =" waitForLocaleTimeZone" />
21
20
</actionGroup >
Original file line number Diff line number Diff line change 24
24
<actionGroup ref =" NavigateToDefaultLocaleSettingActionGroup" stepKey =" redirect" />
25
25
<!-- Set needed Timezone-->
26
26
<selectOption userInput =" New Zealand Standard Time (Antarctica/McMurdo)" selector =" {{LocaleOptionsSection.timeZoneDropdown}}" stepKey =" selectOption1" />
27
+ <actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" savedefaultConfiguration" />
27
28
<!-- Logout From Admin Panel-->
28
29
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
29
30
</before >
30
31
<after >
31
32
<actionGroup ref =" NavigateToDefaultLocaleSettingActionGroup" stepKey =" redirectAgain" />
32
33
<selectOption userInput =" Central Standard Time (America/Chicago)" selector =" {{LocaleOptionsSection.timeZoneDropdown}}" stepKey =" selectDefaultoption" />
34
+ <actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveConfiguration" />
33
35
<!-- Delete customer -->
34
36
<actionGroup ref =" AdminDeleteCustomerActionGroup" stepKey =" deleteCustomer" >
35
37
<argument name =" customerEmail" value =" CustomerEntityOne.email" />
You can’t perform that action at this time.
0 commit comments