Skip to content

Commit 39e739c

Browse files
authored
ACQE-6574 | [MFTF TESTS] StorefrontGuestAsyncCheckoutTest
Removed unwanted waitForElementVisible
1 parent 81a20bf commit 39e739c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@
1515
</arguments>
1616
<waitForElementVisible selector="{{StorefrontGuestOrderSearchSection.orderId}}" stepKey="waitForElementInputOrderId"/>
1717
<fillField selector="{{StorefrontGuestOrderSearchSection.orderId}}" userInput="{{orderNumber}}" stepKey="inputOrderId"/>
18-
<waitForElementVisible selector="{{StorefrontGuestOrderSearchSection.billingLastName}}" stepKey="waitForElementInputBillingLastName"/>
1918
<fillField selector="{{StorefrontGuestOrderSearchSection.billingLastName}}" userInput="{{customer.lastname}}" stepKey="inputBillingLastName"/>
20-
<waitForElementVisible selector="{{StorefrontGuestOrderSearchSection.findOrderBy}}" stepKey="waitForElementselectFindOrderByEmailToBeVisible"/>
2119
<selectOption selector="{{StorefrontGuestOrderSearchSection.findOrderBy}}" userInput="email" stepKey="selectFindOrderByEmail"/>
22-
<waitForElementVisible selector="{{StorefrontGuestOrderSearchSection.email}}" stepKey="waitForElementInputEmail"/>
2320
<fillField selector="{{StorefrontGuestOrderSearchSection.email}}" userInput="{{customer.email}}" stepKey="inputEmail"/>
2421
</actionGroup>
2522
</actionGroups>

0 commit comments

Comments
 (0)