File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/Config/Test/Mftf Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
- <actionGroup name =" NavigateToDefaultLocaleSettingActionGroup " >
11
+ <actionGroup name =" AdminNavigateToDefaultLocaleSettingActionGroup " >
12
12
<annotations >
13
- <description >Goes to the 'Configuration' page for 'Locale'. Expands the 'Locale Layouts ' section.</description >
13
+ <description >Goes to the 'Configuration' page for 'Locale Options '. Expands the 'Locale Options ' section.</description >
14
14
</annotations >
15
15
16
16
<amOnPage url =" {{GeneralConfigurationPage.url}}" stepKey =" navigateToLocaleConfigurationPage" />
17
17
<waitForPageLoad stepKey =" waitForPageLoad" />
18
- <conditionalClick stepKey =" expandDefaultLayouts " selector =" {{LocaleOptionsSection.sectionHeader}}" dependentSelector =" {{LocaleOptionsSection.CheckIfTabExpand}}" visible =" true" />
18
+ <conditionalClick stepKey =" expandLocaleOptions " selector =" {{LocaleOptionsSection.sectionHeader}}" dependentSelector =" {{LocaleOptionsSection.CheckIfTabExpand}}" visible =" true" />
19
19
<waitForElementVisible selector =" {{LocaleOptionsSection.timezone}}" stepKey =" waitForLocaleTimeZone" />
20
20
</actionGroup >
21
21
</actionGroups >
Original file line number Diff line number Diff line change 21
21
<!-- Login To Admin panel-->
22
22
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
23
23
<!-- Go to *General > General > Locale Options* section -->
24
- <actionGroup ref =" NavigateToDefaultLocaleSettingActionGroup " stepKey =" redirect" />
24
+ <actionGroup ref =" AdminNavigateToDefaultLocaleSettingActionGroup " stepKey =" redirect" />
25
25
<!-- Set needed Timezone-->
26
26
<selectOption userInput =" New Zealand Standard Time (Antarctica/McMurdo)" selector =" {{LocaleOptionsSection.timeZoneDropdown}}" stepKey =" selectOption1" />
27
27
<actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveConfiguration" />
You can’t perform that action at this time.
0 commit comments