We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278051e commit 32a119dCopy full SHA for 32a119d
packages/tests-e2e/src/ui/corbado-auth-general/socials.spec.ts
@@ -96,7 +96,9 @@ test.describe('social logins', () => {
96
});
97
98
// in that case only identifier based login should be possible
99
- test('signup with social should not be possible (account exists, social has not been linked)', async ({ model }) => {
+ test.skip('signup with social should not be possible (account exists, social has not been linked)', async ({
100
+ model,
101
+ }) => {
102
await model.load(projectId, true, 'signup-init');
103
104
const email = process.env.PLAYWRIGHT_MICROSOFT_EMAIL_UNLINKED ?? '';
0 commit comments