quarantine-hero icon indicating copy to clipboard operation
quarantine-hero copied to clipboard

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

Open tgraupne opened this issue 4 years ago • 0 comments

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

tgraupne avatar Apr 24 '20 11:04 tgraupne