Skip to content

Commit 32aeeaf

Browse files
Manjusha.SManjusha.S
authored andcommitted
Merge branch 'ACQE-4287_flaky_test_fix' into functional-testing-automation-version2
2 parents 464a04e + 852e518 commit 32aeeaf

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Section/AdminProductFormConfigurationsSection/AdminProductFormConfigurationsSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<section name="AdminProductFormConfigurationsSection">
1111
<element name="sectionHeader" type="text" selector=".admin__collapsible-block-wrapper[data-index='configurable']"/>
1212
<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"/>
1414
<element name="currentVariationsRows" type="button" selector=".data-row"/>
1515
<element name="currentVariationsNameCells" type="textarea" selector=".admin__control-fields[data-index='name_container']"/>
1616
<element name="currentVariationsSkuCells" type="textarea" selector=".admin__control-fields[data-index='sku_container']"/>

app/code/Magento/Persistent/Test/Mftf/Test/StorefrontVerifyShoppingCartPersistenceTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585

8686
<wait time="15" stepKey="waitSometime3" />
8787
<reloadPage stepKey="refreshSessionCookieByPageRefresh3" />
88+
<waitForPageLoad stepKey="waitForPageLoadToSeeSuccessMessage"/>
8889

8990
<actionGroup ref="StorefrontAssertPersistentCustomerWelcomeMessageActionGroup" stepKey="seeWelcomeForJohnDoeCustomer">
9091
<argument name="customerFullName" value="{{John_Smith_Customer.fullname}}"/>

app/code/Magento/Sales/Test/Mftf/Test/StorefrontOrderPagerDisplayedTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<group value="mtf_migrated"/>
2020
</annotations>
2121
<before>
22+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2223
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="LoginAsAdmin"/>
2324

2425
<createData entity="_defaultCategory" stepKey="createCategory"/>
@@ -117,6 +118,7 @@
117118
<deleteData createDataKey="createProduct21" stepKey="deleteProduct21"/>
118119

119120
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
121+
<magentoCLI command="config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey="disableFlatRate"/>
120122
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="logout"/>
121123
</after>
122124

0 commit comments

Comments
 (0)