Skip to content

Commit 7c74c6b

Browse files
Merge branch 'ci/github-actions/auth-react/v0.38.0' of github.com-supertokens:supertokens/supertokens-auth-react into ci/github-actions/auth-react/v0.38.0
2 parents ee6e10b + 3ac9129 commit 7c74c6b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/end-to-end/generalerror.test.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ let consoleLogs;
6363

6464
describe("General error rendering", function () {
6565
let coreUrl;
66-
let enabledRecipes = undefined;
6766
before(async function () {
6867
const _isGeneralErrorSupported = await isGeneralErrorSupported();
6968
if (!_isGeneralErrorSupported) {
@@ -77,7 +76,7 @@ describe("General error rendering", function () {
7776
beforeEach(async function () {
7877
await backendHook("beforeEach");
7978
coreUrl = await setupCoreApp();
80-
await setupST({ coreUrl, enabledRecipes });
79+
await setupST({ coreUrl });
8180
page = await browser.newPage();
8281

8382
consoleLogs = [];
@@ -212,18 +211,11 @@ describe("General error rendering", function () {
212211
});
213212

214213
describe("ThirdPartyEmailPassword", function () {
215-
before(async function () {
216-
enabledRecipes = ["thirdpartyemailpassword", "session"];
217-
});
218-
219214
getEmailPasswordTests("thirdpartyemailpassword", "THIRD_PARTY_EMAIL_PASSWORD");
220215
getThirdPartyTests("thirdpartyemailpassword", "THIRD_PARTY_EMAIL_PASSWORD");
221216
});
222217

223218
describe("ThirdPartyPasswordless", function () {
224-
before(async function () {
225-
enabledRecipes = ["thirdpartypasswordless", "session"];
226-
});
227219
getThirdPartyTests("thirdpartypasswordless", "THIRD_PARTY_PASSWORDLESS");
228220
});
229221

0 commit comments

Comments
 (0)