zitadel/e2e/cypress/support/api
Elio Bischof 51febd7e4e
test(e2e): test authorizations (#4342)
* add specs that cover the b2b demo

* update cypress

* test handling manager roles

* use shared mocha contexts

* use beforeEach instead of before

* improve readability

* improve application test

* remove static waits

* remove old awaitDesired

* test owned project authorizations

* simplify ensure.ts

* test granted projects authz

* disable prevSubject for shouldNotExist

* await non-existence, then expect no error

* update dependencies

* fix tests from scratch

* fix settings tests from scratch

* Apply suggestions from code review

Co-authored-by: Max Peintner <max@caos.ch>

* Implement code review suggestions

* use spread operator

* settings properties must match

* add check settings object

* revert spread operator

Co-authored-by: Max Peintner <max@caos.ch>
2022-10-11 15:29:23 +02:00
..
apiauth.ts test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00
ensure.ts test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00
grants.ts test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00
members.ts test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00
oidc-settings.ts test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00
orgs.ts test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00
policies.ts test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00
projects.ts test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00
search.ts test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00
types.ts test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00
users.ts test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00