Skip to content

Commit 45cf602

Browse files
authored
ACQE-6693: Set GiftMessage during OnePageCheckout with enabled ScalableCheckout
Updated seeInField Action instead of waitForText in an AG
1 parent c772624 commit 45cf602

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-
<waitForText selector="{{StorefrontOrderGiftSection.giftMessageSummary}}" userInput="This is gift message for ALL ORDERED ITEMS" stepKey="seeGiftMessage"/>
27+
<seeInField selector="{{StorefrontOrderGiftSection.giftMessageSummary}}" userInput="This is gift message for ALL ORDERED ITEMS" stepKey="seeGiftMessage"/>
2828
</actionGroup>
2929
</actionGroups>

0 commit comments

Comments
 (0)