Skip to content

Commit 8ac94ab

Browse files
Fix webauthn accountlinking tests
1 parent 08e01fe commit 8ac94ab

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

test/end-to-end/webauthn.accountlinking.test.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,17 @@ describe("SuperTokens WebAuthn Account Linking", function () {
4747
let consoleLogs = [];
4848
let skipped = false;
4949
const appConfig = {
50-
enabledRecipes: ["webauthn", "emailpassword", "session", "dashboard", "userroles", "multifactorauth"],
50+
enabledRecipes: [
51+
"webauthn",
52+
"emailpassword",
53+
"session",
54+
"dashboard",
55+
"userroles",
56+
"multifactorauth",
57+
"passwordless",
58+
"emailverification",
59+
"accountlinking",
60+
],
5161
};
5262

5363
before(async function () {

0 commit comments

Comments
 (0)