Skip to content

Commit b523fc0

Browse files
authored
ACQE-6693: Set GiftMessage during OnePageCheckout with enabled ScalableCheckout
Added see action
1 parent 45cf602 commit b523fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GiftMessage/Test/Mftf/ActionGroup/StorefrontFillGiftMessageAtOrderLevelActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
<click selector="{{StorefrontOrderGiftSection.giftMessageUpdateButton}}" stepKey="saveGiftMessage"/>
2525
<waitForPageLoad stepKey="waitForPageLoaded" />
2626
<scrollTo selector="{{StorefrontOrderGiftSection.giftMessageSummary}}" stepKey="scrollToGiftMessage"/>
27-
<seeInField selector="{{StorefrontOrderGiftSection.giftMessageSummary}}" userInput="This is gift message for ALL ORDERED ITEMS" stepKey="seeGiftMessage"/>
27+
<see selector="{{StorefrontOrderGiftSection.giftMessageSummary}}" userInput="This is gift message for ALL ORDERED ITEMS" stepKey="seeGiftMessage"/>
2828
</actionGroup>
2929
</actionGroups>

0 commit comments

Comments
 (0)