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

Refactor the login on moderation into the cypress.config.ts #797

Open
3 tasks
NabbeunNabi opened this issue Oct 9, 2024 · 0 comments
Open
3 tasks

Refactor the login on moderation into the cypress.config.ts #797

NabbeunNabi opened this issue Oct 9, 2024 · 0 comments
Assignees
Labels
cypress Tests related to user interface interactions using Cypress. pair programming This is a ticket that is good to pair with someone on testing

Comments

@NabbeunNabi
Copy link
Contributor

Problem

Currently the login process in the tests for the Moderation Panel do not follow the recommended structure in the Cypress Documentation for using OAuth. This could be slowing down our tests and it would be better to use the method in the documentation above.

Success

The login process is refactored from our current usage in the tests to the usage in the documentation listed above. It is then used in the tests with all the tests for the moderation dashboard passing

Requirements

  • Refactor login process according to the Cypress Documentation
  • Update the tests for the moderation dashboard using the refactored login process
  • Have all the tests passing with this new process
@NabbeunNabi NabbeunNabi added testing pair programming This is a ticket that is good to pair with someone on labels Oct 10, 2024
@gminetoma gminetoma assigned gminetoma and unassigned gminetoma Oct 25, 2024
@gminetoma gminetoma added the cypress Tests related to user interface interactions using Cypress. label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cypress Tests related to user interface interactions using Cypress. pair programming This is a ticket that is good to pair with someone on testing
Projects
None yet
Development

No branches or pull requests

4 participants