Skip to content

Commit e327c00

Browse files
adding wait for element in StorefrontRegisterCustomerWithCustomerImageAttributeTest
1 parent 1cb4d00 commit e327c00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCreateCustomerSignedUpNewsletterActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<amOnPage url="{{StorefrontHomePage.url}}" stepKey="amOnStorefrontPage"/>
2020
<waitForPageLoad stepKey="waitForNavigateToCustomersPageLoad"/>
21+
<waitForElementClickable selector="{{StorefrontPanelHeaderSection.createAnAccountLink}}" stepKey="waitForCreateAnAccountLink"/>
2122
<click stepKey="clickOnCreateAccountLink" selector="{{StorefrontPanelHeaderSection.createAnAccountLink}}"/>
2223
<fillField stepKey="fillFirstName" userInput="{{customer.firstname}}" selector="{{StorefrontCustomerCreateFormSection.firstnameField}}"/>
2324
<fillField stepKey="fillLastName" userInput="{{customer.lastname}}" selector="{{StorefrontCustomerCreateFormSection.lastnameField}}"/>

0 commit comments

Comments
 (0)