File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Backend/Test/Mftf/Section
Config/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
<element name =" localeDisabled" type =" select" selector =" #general_locale_code[disabled=disabled]" />
17
17
<element name =" useDefault" type =" checkbox" selector =" #general_locale_timezone_inherit" />
18
18
<element name =" defaultLocale" type =" checkbox" selector =" #general_locale_code_inherit" />
19
- <element name =" CheckIfTabExpand " type =" button" selector =" #general_locale-head:not(.open)" />
19
+ <element name =" checkIfTabExpand " type =" button" selector =" #general_locale-head:not(.open)" />
20
20
<element name =" timeZoneDropdown" type =" select" selector =" //select[@id='general_locale_timezone']" />
21
21
</section >
22
22
</sections >
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
- <conditionalClick stepKey =" expandLocaleOptions" 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 >
You can’t perform that action at this time.
0 commit comments