Skip to content

Commit 5ae0f7c

Browse files
authored
fix: e2e test (#838)
1 parent 6b11c98 commit 5ae0f7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ describe("SuperTokens Account linking", function () {
373373
await tryThirdPartySignInUp(page, email, false, email2);
374374

375375
assert.strictEqual(new URL(page.url()).pathname, "/auth/");
376+
const features = await getFeatureFlags();
376377
if (features.includes("accountlinking-fixes")) {
377378
assert.strictEqual(
378379
await getGeneralError(page),

0 commit comments

Comments
 (0)