You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would add a lot of coverage if we could run e2e tests as users other the an admin. We should be able to run them as user admins, template admins, etc. as appropriate.
The text was updated successfully, but these errors were encountered:
aslilac
changed the title
Run these tests with multiple permission levels where appropriate (as a user admin, as a organization user admin, etc.)
tests(e2e): run tests with multiple permission levels where appropriate
Oct 28, 2024
Closescoder/internal#168
Gets rid of the "global state" authentication, and adds a `login` helper
which should be called at the beginning of each test. This means that
not every test needs to authenticated as admin, and we can even have
tests that encompass multiple permission levels.
We also now create more than just the single admin user during setup, so
that we can have a set of users to pick from as appropriate.
It would add a lot of coverage if we could run e2e tests as users other the an admin. We should be able to run them as user admins, template admins, etc. as appropriate.
The text was updated successfully, but these errors were encountered: