Skip to content

Commit 0f1120c

Browse files
shashikant.kumarshashikant.kumar
authored andcommitted
modified action group name as per technical guidelines
1 parent 4e22674 commit 0f1120c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="NavigateToDefaultLocaleSettingActionGroup">
11+
<actionGroup name="AdminNavigateToDefaultLocaleSettingActionGroup">
1212
<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>
1414
</annotations>
1515

1616
<amOnPage url="{{GeneralConfigurationPage.url}}" stepKey="navigateToLocaleConfigurationPage"/>
1717
<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"/>
1919
<waitForElementVisible selector="{{LocaleOptionsSection.timezone}}" stepKey="waitForLocaleTimeZone"/>
2020
</actionGroup>
2121
</actionGroups>

app/code/Magento/Config/Test/Mftf/Test/DateFiltersInCustomInstanceTimeZoneTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!--Login To Admin panel-->
2222
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2323
<!-- Go to *General > General > Locale Options* section -->
24-
<actionGroup ref="NavigateToDefaultLocaleSettingActionGroup" stepKey="redirect"/>
24+
<actionGroup ref="AdminNavigateToDefaultLocaleSettingActionGroup" stepKey="redirect"/>
2525
<!--Set needed Timezone-->
2626
<selectOption userInput="New Zealand Standard Time (Antarctica/McMurdo)" selector="{{LocaleOptionsSection.timeZoneDropdown}}" stepKey="selectOption1"/>
2727
<actionGroup ref="AdminSaveConfigActionGroup" stepKey="saveConfiguration"/>

0 commit comments

Comments
 (0)