Skip to content
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

EPIC: add pages e2e tests #188

Open
3 of 18 tasks
alishaevn opened this issue Feb 7, 2023 · 1 comment
Open
3 of 18 tasks

EPIC: add pages e2e tests #188

alishaevn opened this issue Feb 7, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@alishaevn
Copy link
Contributor

alishaevn commented Feb 7, 2023

story

add cypress tests to make sure that each page renders correctly

acceptance criteria

resources

@alishaevn alishaevn changed the title add pages unit tests EPIC: add pages unit tests Feb 8, 2023
@summer-cook summer-cook self-assigned this Feb 23, 2023
@summer-cook
Copy link
Contributor

summer-cook commented Feb 28, 2023

These tests are testing the full page, and the appropriate components render or not based on API calls. The way nextJS is set up, the api calls technically live outside of the component. In order to test pages properly, these need to be e2e tests (using stubbed responses) instead

@summer-cook summer-cook changed the title EPIC: add pages unit tests EPIC: add pages e2e tests Feb 28, 2023
@summer-cook summer-cook removed their assignment Feb 28, 2023
@alishaevn alishaevn added the good first issue Good for newcomers label Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

2 participants