Skip to content

Commit a0faff1

Browse files
authored
Ensure correct recipie is set in the backend (#767)
1 parent 3e7f439 commit a0faff1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/end-to-end/signin-rrdv5.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ import {
5050
waitForText,
5151
waitForSTElement,
5252
backendBeforeEach,
53+
setEnabledRecipes,
5354
} from "../helpers";
5455
import fetch from "isomorphic-fetch";
5556
import { SOMETHING_WENT_WRONG_ERROR } from "../constants";
@@ -660,6 +661,7 @@ describe("SuperTokens SignIn => Server Error", function () {
660661
let consoleLogs;
661662

662663
before(async function () {
664+
await setEnabledRecipes(["emailpassword"], []);
663665
browser = await puppeteer.launch({
664666
args: ["--no-sandbox", "--disable-setuid-sandbox"],
665667
headless: true,

0 commit comments

Comments
 (0)