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 1616 <element name =" localeDisabled" type =" select" selector =" #general_locale_code[disabled=disabled]" />
1717 <element name =" useDefault" type =" checkbox" selector =" #general_locale_timezone_inherit" />
1818 <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)" />
2020 <element name =" timeZoneDropdown" type =" select" selector =" //select[@id='general_locale_timezone']" />
2121 </section >
2222</sections >
Original file line number Diff line number Diff line change 1515
1616 <amOnPage url =" {{GeneralConfigurationPage.url}}" stepKey =" navigateToLocaleConfigurationPage" />
1717 <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" />
1919 <waitForElementVisible selector =" {{LocaleOptionsSection.timezone}}" stepKey =" waitForLocaleTimeZone" />
2020 </actionGroup >
2121</actionGroups >
You can’t perform that action at this time.
0 commit comments