We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0201396 commit 77bb71eCopy full SHA for 77bb71e
app/code/Magento/Sales/Test/Mftf/Test/AdminCreateOrderWithCheckedAppendCommentCheckboxTest.xml
@@ -42,6 +42,7 @@
42
<actionGroup ref="AdminAddCommentOnCreateOrderPageActionGroup" stepKey="provideComment">
43
<argument name="comment" value="Test Order Comment"/>
44
</actionGroup>
45
+ <scrollTo selector="{{AdminInvoicePaymentShippingSection.getShippingMethodAndRates}}" stepKey="scrollToShipping"/>
46
<actionGroup ref="SelectCheckMoneyPaymentMethodActionGroup" stepKey="selectPaymentMethod"/>
47
<actionGroup ref="AdminSelectFlatRateShippingMethodActionGroup" stepKey="selectFlatRate"/>
48
<seeCheckboxIsChecked selector="{{AdminOrderFormTotalSection.appendComments}}" stepKey="checkAppendCommentsCheckboxIsChecked"/>
0 commit comments