Skip to content

Commit 25637d6

Browse files
#32381: [MFTF] Coverage for the 30256 Unexpected unchecking of "Append Comments" check-box issue
1 parent e712a14 commit 25637d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<argument name="comment" value="Test Order Comment"/>
4444
</actionGroup>
4545
<seeCheckboxIsChecked selector="{{AdminOrderFormTotalSection.appendComments}}" stepKey="checkAppendCommentsCheckboxIsCheckedAfterCommentProvided"/>
46-
<scrollTo selector="{{AdminOrderFormPaymentSection.checkMoneyOption}}" stepKey="scrollUp"/>
46+
<scrollTo selector="{{AdminOrderFormPaymentSection.header}}" stepKey="scrollUp"/>
4747
<actionGroup ref="AdminSelectFlatRateShippingMethodOnCreateOrderPageActionGroup" stepKey="selectFlatRate"/>
4848
<actionGroup ref="SelectCheckMoneyPaymentMethodActionGroup" stepKey="selectPaymentMethod"/>
4949
<seeCheckboxIsChecked selector="{{AdminOrderFormTotalSection.appendComments}}" stepKey="checkAppendCommentsCheckboxIsCheckedAfterShippingSelected"/>

0 commit comments

Comments
 (0)