Skip to content

Commit dbd9d66

Browse files
ACQE-6375 : Registered Checkout Using PayPal Smart Button and Flat Rate Added removed stepkey
1 parent 55920a8 commit dbd9d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/Test/Mftf/ActionGroup/StorefrontLoginToPayPalPaymentAccountTwoStepActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<conditionalClick selector="{{PayPalPaymentSection.notYouLink}}" dependentSelector="{{PayPalPaymentSection.notYouLink}}" visible="true" stepKey="selectNotYouSection"/>
1919
<conditionalClick selector="{{PayPalPaymentSection.existingAccountLoginBtn}}" dependentSelector="{{PayPalPaymentSection.existingAccountLoginBtn}}" visible="true" stepKey="skipAccountCreationAndLogin"/>
2020
<waitForPageLoad stepKey="waitForLoginPageLoad"/>
21-
<waitForElementClickable selector="{{PayPalPaymentSection.email}}" stepKey="waitToFocusOnEmailField"/>
21+
<waitForElementClickable selector="{{PayPalPaymentSection.email}}" stepKey="waitForLoginForm"/>
2222
<click selector="{{PayPalPaymentSection.email}}" stepKey="focusOnEmailField"/>
2323
<clearField selector="{{PayPalPaymentSection.email}}" stepKey="clearEmailField"/>
2424
<waitForElementVisible selector="{{PayPalPaymentSection.email}}" stepKey="waitForLoginField"/>

0 commit comments

Comments
 (0)