-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FRW-8354 Added tests for Dynamic Multistore #45
FRW-8354 Added tests for Dynamic Multistore #45
Conversation
…frw-8354-create-dms-acceptance-tests # Conflicts: # package-lock.json # package.json
cypress/support/pages/backoffice/page/create/page-create-page.ts
Outdated
Show resolved
Hide resolved
cypress/support/pages/backoffice/placeholders/edit/placeholders-edit-page.ts
Outdated
Show resolved
Hide resolved
cypress/support/pages/backoffice/store/create/store-create-repository.ts
Outdated
Show resolved
Hide resolved
"type": "helper", | ||
"name": "haveStore", | ||
"key": "store", | ||
"arguments": [{ "name": "TEST_STORE" }] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's looks wrong. Correct way:
- login as user
- create product
- login as a merchant user
- create merchant product
- trigger P&S
b2c, b2b, suite - concrete products
b2c-mp, b2b-mp - merchant products
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed: Tech debt should be created.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ticket: https://spryker.atlassian.net/browse/FRW-8354
Based on #17
Suite-nonsplit: https://github.com/spryker/suite-nonsplit/pull/9156
b2c: spryker-shop/b2c-demo-shop#580
b2c-mp: spryker-shop/b2c-demo-marketplace#457
b2b: spryker-shop/b2b-demo-shop#526
b2b-mp: spryker-shop/b2b-demo-marketplace#473