Skip to content

Commit a597817

Browse files
committed
MFTF Stability control
- Correct mistake in usage of selectOption method
1 parent 2f7ccbf commit a597817

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/code/Magento/CheckoutAgreements/Test/Mftf/ActionGroup/AdminTermsConditionsEditTermByNameActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>Filters Terms and Conditions grid and opens the first result Edit page</description>
1414
</annotations>
1515

16-
<doubleClick selector="{{AdminTermGridSection.firstRowConditionId}}" stepKey="clickFirstRow"/>
16+
<click selector="{{AdminTermGridSection.firstRowConditionId}}" stepKey="clickFirstRow"/>
1717
<waitForPageLoad stepKey="waitForEditTermPageLoad"/>
1818
</actionGroup>
1919
</actionGroups>

app/code/Magento/CheckoutAgreements/Test/Mftf/Test/AdminCreateActiveTextTermEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<group value="mtf_migrated"/>
2121
</annotations>
2222
<after>
23-
<actionGroup ref="AdminTermsConditionsEditTermByNameActionGroup" stepKey="openTermToDelete">
23+
<actionGroup ref="AdminOpenEditPageTermsConditionsByNameActionGroup" stepKey="openTermToDelete">
2424
<argument name="termName" value="{{activeTextTerm.name}}"/>
2525
</actionGroup>
2626
</after>

app/code/Magento/CheckoutAgreements/Test/Mftf/Test/AdminUpdateDisabledTextTermEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</annotations>
2222

2323
<after>
24-
<actionGroup ref="AdminTermsConditionsEditTermByNameActionGroup" stepKey="openTermToDelete">
24+
<actionGroup ref="AdminOpenEditPageTermsConditionsByNameActionGroup" stepKey="openTermToDelete">
2525
<argument name="termName" value="{{activeHtmlTerm.name}}"/>
2626
</actionGroup>
2727
</after>

app/code/Magento/CheckoutAgreements/Test/Mftf/Test/AdminUpdateEnabledTextTermEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<group value="mtf_migrated"/>
2121
</annotations>
2222
<after>
23-
<actionGroup ref="AdminTermsConditionsEditTermByNameActionGroup" stepKey="openTermToDelete">
23+
<actionGroup ref="AdminOpenEditPageTermsConditionsByNameActionGroup" stepKey="openTermToDelete">
2424
<argument name="termName" value="{{disabledHtmlTerm.name}}"/>
2525
</actionGroup>
2626
</after>

app/code/Magento/Sales/Test/Mftf/ActionGroup/CreateOrderInStoreActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<click stepKey="chooseCustomer" selector="{{AdminOrdersGridSection.customerInOrdersSection(customer.firstname)}}"/>
2323
<waitForPageLoad stepKey="waitForStoresPageOpened"/>
2424
<waitForElementClickable stepKey="waitForStoreClickable" selector="{{AdminOrderStoreScopeTreeSection.storeOption(storeView.name)}}"/>
25-
<selectOption stepKey="chooseStore" selector="{{AdminOrderStoreScopeTreeSection.storeOption(storeView.name)}}"/>
25+
<selectOption selector="{{AdminOrderStoreScopeTreeSection.storeTree}}" userInput="{{storeView.name}}" stepKey="chooseStore"/>
2626
<scrollToTopOfPage stepKey="scrollToTop"/>
2727
<waitForPageLoad stepKey="waitForStoreToAppear"/>
2828
<click selector="{{OrdersGridSection.addProducts}}" stepKey="clickOnAddProducts"/>

0 commit comments

Comments
 (0)