-
Notifications
You must be signed in to change notification settings - Fork 49
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
Welcome e2e tests #1092
Welcome e2e tests #1092
Conversation
@boodland is attempting to deploy a commit to the Chayn Team on Vercel. A member of the Team first needs to authorize it. |
@kyleecodes a follow up issue/ticket can be created to add tests for the rest of languages and partners (bumble and fruitz), I did not include all of them to save time and be able to move to another migration task, also they can be good first tasks for new contributors. Thanks in advance |
cy.get('button').contains('Get started').click(); | ||
cy.checkPageUrl(registerPartnerBadooUrl); | ||
}); | ||
it('with action code', () => { |
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.
So i'd drop this test with action code
. I think this test can be very minimal. We also have other tests that loosely follow the same flow so this doesn't need to be thorough. See register-partner-with-code.tsx and register-partner-without-code.tsx. Also you might have a different setup as this didn't work for me.
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.
@eleanorreem I have applied the changes.Thanks for the feedback!
@boodland thanks for this! Nice to safeguard your changes. I think you might be duplicating some cypress tests so I'd keep this test a bit simpler. See create-user.tsx, register-partner-with-code.tsx and register-partner-without-code.tsx. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks @boodland |
Bloom frontend Run #670
Run Properties:
|
Project |
Bloom frontend
|
Branch Review |
develop
|
Run status |
Failed #670
|
Run duration | 07m 14s |
Commit |
5d5c034688: Welcome e2e tests (#1092)
|
Committer | Alberto Arias |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
0
|
Pending |
2
|
Skipped |
0
|
Passing |
40
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Issue link / number:
#1089
What changes did you make?
Created welcome and welcome badoo e2e tests for english version
Why did you make the changes?
So the page is covered with test and help us to validate it is working when making changes or migrating it to app router
Did you run tests?
Yes