File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
ConfigurableProduct/Test/Mftf/Section/AdminProductFormConfigurationsSection
Persistent/Test/Mftf/Test Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 10
10
<section name =" AdminProductFormConfigurationsSection" >
11
11
<element name =" sectionHeader" type =" text" selector =" .admin__collapsible-block-wrapper[data-index='configurable']" />
12
12
<element name =" createdConfigurationsBlock" type =" text" selector =" div.admin__field.admin__field-wide" />
13
- <element name =" createConfigurations" type =" button" selector =" button[data-index='create_configurable_products_button']" timeout =" 30 " />
13
+ <element name =" createConfigurations" type =" button" selector =" button[data-index='create_configurable_products_button']" timeout =" 40 " />
14
14
<element name =" currentVariationsRows" type =" button" selector =" .data-row" />
15
15
<element name =" currentVariationsNameCells" type =" textarea" selector =" .admin__control-fields[data-index='name_container']" />
16
16
<element name =" currentVariationsSkuCells" type =" textarea" selector =" .admin__control-fields[data-index='sku_container']" />
Original file line number Diff line number Diff line change 85
85
86
86
<wait time =" 15" stepKey =" waitSometime3" />
87
87
<reloadPage stepKey =" refreshSessionCookieByPageRefresh3" />
88
+ <waitForPageLoad stepKey =" waitForPageLoadToSeeSuccessMessage" />
88
89
89
90
<actionGroup ref =" StorefrontAssertPersistentCustomerWelcomeMessageActionGroup" stepKey =" seeWelcomeForJohnDoeCustomer" >
90
91
<argument name =" customerFullName" value =" {{John_Smith_Customer.fullname}}" />
Original file line number Diff line number Diff line change 19
19
<group value =" mtf_migrated" />
20
20
</annotations >
21
21
<before >
22
+ <magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
22
23
<comment userInput =" Comment is added to preserve the step key for backward compatibility" stepKey =" LoginAsAdmin" />
23
24
24
25
<createData entity =" _defaultCategory" stepKey =" createCategory" />
117
118
<deleteData createDataKey =" createProduct21" stepKey =" deleteProduct21" />
118
119
119
120
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
121
+ <magentoCLI command =" config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey =" disableFlatRate" />
120
122
<comment userInput =" Comment is added to preserve the step key for backward compatibility" stepKey =" logout" />
121
123
</after >
122
124
You can’t perform that action at this time.
0 commit comments