Skip to content

Commit 74b4bde

Browse files
committed
MC-33244: [MSI][MFTF] AdminUserCreateOrderWithSimpleProductOnTestStockFromCustomWebsiteTest fails because of bad design
1 parent 03a986d commit 74b4bde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<fillField stepKey="fillEmail" userInput="{{Customer.email}}" selector="{{StorefrontCustomerCreateFormSection.emailField}}"/>
2525
<fillField stepKey="fillPassword" userInput="{{Customer.password}}" selector="{{StorefrontCustomerCreateFormSection.passwordField}}"/>
2626
<fillField stepKey="fillConfirmPassword" userInput="{{Customer.password}}" selector="{{StorefrontCustomerCreateFormSection.confirmPasswordField}}"/>
27+
<waitForPageLoad stepKey="waitForCreateAccountButtonIsActive"/>
2728
<click stepKey="clickCreateAccountButton" selector="{{StorefrontCustomerCreateFormSection.createAccountButton}}"/>
2829
<see stepKey="seeThankYouMessage" userInput="Thank you for registering with Main Website Store."/>
2930
<see stepKey="seeFirstName" userInput="{{Customer.firstname}}" selector="{{StorefrontCustomerDashboardAccountInformationSection.ContactInformation}}"/>

0 commit comments

Comments
 (0)