mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 02:02:23 +00:00
chore: fixes to tests
This commit is contained in:
@@ -127,7 +127,7 @@ test("login with Gitlab Self-Hosted IDP, no user linked - auto link", async ({us
|
||||
// User is redirected to the app (default redirect url)
|
||||
});
|
||||
|
||||
test("login with Gitlab Self-Hosted IDP, no user linked, user doesn't exist - no auto link", async ({user, page}) => {
|
||||
test("login with Gitlab Self-Hosted IDP, no user linked, linking not possible", async ({user, page}) => {
|
||||
// Given idp Gitlab Self-Hosted is configure on the organization as only authencation method
|
||||
// Given idp Gitlab Self-Hosted is configure with manually account linking not allowed, and linking set to existing email
|
||||
// Given ZITADEL Action is added to autofill missing user information
|
||||
@@ -141,7 +141,7 @@ test("login with Gitlab Self-Hosted IDP, no user linked, user doesn't exist - no
|
||||
});
|
||||
|
||||
|
||||
test("login with Gitlab Self-Hosted IDP, no user linked, user doesn't exist - no auto link", async ({user, page}) => {
|
||||
test("login with Gitlab Self-Hosted IDP, no user linked, linking successful", async ({user, page}) => {
|
||||
// Given idp Gitlab Self-Hosted is configure on the organization as only authencation method
|
||||
// Given idp Gitlab Self-Hosted is configure with manually account linking allowed, and linking set to existing email
|
||||
// Given ZITADEL Action is added to autofill missing user information
|
||||
|
||||
Reference in New Issue
Block a user