Skip to content

Commit 0ae1e5c

Browse files
committed
Skip email link auto-test
1 parent 05c5645 commit 0ae1e5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/tests-e2e/src/complete/models/corbado-auth-blocks/EmailVerifyBlockModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class EmailVerifyBlockModel {
8181
},
8282
authType: authType,
8383
process: {
84-
id: cboAuthProcess.id,
84+
tempId: cboAuthProcess.id,
8585
expires: cboAuthProcess.expires,
8686
frontendApiUrl: cboAuthProcess.frontendApiUrl,
8787
},

packages/tests-e2e/src/complete/scenarios/corbado-auth-general/email-link-verify-obfuscation.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ test.describe('email-verify block should obfuscate email addresses if they have
3737
killPlaygroundNew(server);
3838
});
3939

40-
test('email is obfuscated during login if the login is started with username', async ({ model, page }) => {
40+
// we need to receive an actual email to run this test
41+
test.skip('email is obfuscated during login if the login is started with username', async ({ model, page }) => {
4142
await model.load(projectId, port, false, 'signup-init');
4243

4344
const email = SignupInitBlockModel.generateRandomEmail();

0 commit comments

Comments
 (0)