File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Backend/Test/Mftf/Section Expand file tree Collapse file tree 2 files changed +1
-3
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
<element name =" changeStoreConfigButton" type =" button" selector =" //button[@id='store-change-button']" />
22
22
<element name =" changeStoreConfigToSpecificWebsite" type =" select" selector =" //a[contains(text(),'{{var}}')]" parameterized =" true" />
Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
-
9
8
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
11
10
<test name =" OrderDataGridDisplaysPurchaseDateTest" >
70
69
<argument name =" Customer" value =" $$createCustomer$$" />
71
70
</actionGroup >
72
71
</before >
73
-
74
72
<after >
75
73
<!-- Disabled Store URLs -->
76
74
<magentoCLI command =" config:set {{StorefrontDisableAddStoreCodeToUrls.path}} {{StorefrontDisableAddStoreCodeToUrls.value}}" stepKey =" setAddStoreCodeToUrlsToNo" />
You can’t perform that action at this time.
0 commit comments