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

Create GUI test for assigning an issue to a different user than yourself #32

Open
wlsf82 opened this issue Oct 21, 2023 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@wlsf82
Copy link
Owner

wlsf82 commented Oct 21, 2023

As a test pre-condition, a user has to be created and assigned to the same project of the issue so you can assign the user to the issue.

This user creation must happen via an API call, not the GUI.

This test implementation should help you with understanding how to create a user via API, as well as how to add the user to the same project as the root user.

You can use the following test as a reference: cypress/e2e/gui/project/assignIssue.cy.js

Remember to add the new test to the cypress/e2e/gui/project/index.cy.js file, anywhere between the access token creation and deletion.

If you need more information, don't hesitate to tag me (@wlsf82).

Also, remember to follow the project's contributing guidelines.

Cc. @atilacassel.

@wlsf82 wlsf82 added the good first issue Good for newcomers label Oct 21, 2023
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
None yet
Development

No branches or pull requests

1 participant