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

write e2e test of project join request email workflow #1014

Open
hahn-kev opened this issue Aug 7, 2024 · 1 comment · May be fixed by #1410
Open

write e2e test of project join request email workflow #1014

hahn-kev opened this issue Aug 7, 2024 · 1 comment · May be fixed by #1410
Assignees
Labels
📦 Lexbox issues related to any server side code, fw-headless included testing

Comments

@hahn-kev
Copy link
Collaborator

hahn-kev commented Aug 7, 2024

users can now request to join a project thanks to #258, since this is an email workflow feature we would like to have automated tests for it.

the test should verify the manager receives an email and can add the user to the project by clicking it. Once the test is finished the user should be removed from the project to ensure the test can be run again, this could be tricky as it requires a user to be an org member. I'm not sure the best way to handle this as using an existing user could cause race conditions with other tests that might expect the user not to be a member of an existing project.

@hahn-kev hahn-kev added the 📦 Lexbox issues related to any server side code, fw-headless included label Dec 11, 2024
@rmunn
Copy link
Contributor

rmunn commented Jan 22, 2025

Now that #1390 exists and is likely to be merged soon, this should test both the button in the "new project" page and also the button available on the project page (visible to org members who aren't project members) that #1390 adds.

@rmunn rmunn linked a pull request Jan 23, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 Lexbox issues related to any server side code, fw-headless included testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants