Skip to content

Commit 760fb2e

Browse files
author
bshevchenko
committed
MAGETWO-96706: Cart Price Rule with related Banner for specific Customer Segment is persisted under long-term cookie
1 parent 8fcbb68 commit 760fb2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<arguments>
1212
<argument name="Customer" defaultValue="CustomerEntityOne"/>
1313
</arguments>
14-
<amOnPage stepKey="amOnStorefrontPage" url="{{StorefrontHomePage.url}}"/>
15-
<waitForPageLoad stepKey="waitForStorefrontPage"/>
14+
<amOnPage url="{{StorefrontHomePage.url}}" stepKey="amOnStorefrontPage"/>
1615
<click stepKey="clickOnCreateAccountLink" selector="{{StorefrontPanelHeaderSection.createAnAccountLink}}"/>
1716
<fillField stepKey="fillFirstName" userInput="{{Customer.firstname}}" selector="{{StorefrontCustomerCreateFormSection.firstnameField}}"/>
1817
<fillField stepKey="fillLastName" userInput="{{Customer.lastname}}" selector="{{StorefrontCustomerCreateFormSection.lastnameField}}"/>

0 commit comments

Comments
 (0)