-
Notifications
You must be signed in to change notification settings - Fork 13
Three tier product e2e smoke tests start on the three tier landing page #7134
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
Conversation
Also includes some refactoring to move common code to complete the generic checkout form to utils.
@@ -26,105 +12,6 @@ type TestDetails = { | |||
postCode?: string; | |||
}; | |||
|
|||
const userDetails = ( |
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.
The removed code in here has been extracted out to a new utils file completeGenericCheckout.ts
.
Size Change: 0 B Total Size: 1.53 MB ℹ️ View Unchanged
|
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.
Nice 👍
Seen on PROD (merged by @tjmw 9 minutes and 53 seconds ago)
Sentry Release: support-client-side, support |
What are you doing in this PR?
Following on from #7126, move the e2e smoke tests for 3 tier products out to a separate test file which start on the 3 tier landing page.
Trello Card
Why are you doing this?
This more closely reflects the journey that real users take, and will surface any issues navigating from the landing page to chckout.
How to test
Run the new tests via the Playwright UI: