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

Flaky test: "clicking on an entry should redirect to dashboard" #246

Open
tgraupne opened this issue Apr 24, 2020 · 0 comments
Open

Flaky test: "clicking on an entry should redirect to dashboard" #246

tgraupne opened this issue Apr 24, 2020 · 0 comments
Labels
bug Something isn't working priority-medium

Comments

@tgraupne
Copy link
Member

The redirect validated in this tests depends on the ownership of the clicked entry.
We need to split this into two tests and we need to find a way to setup the test correctly.

Example:

  • create an entry with user a

  • log in with user a

  • click on this specific entry with user a

  • create an entry with user b

  • log in with user a

  • click on this specific entry with user a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-medium
Projects
None yet
Development

No branches or pull requests

2 participants