Skip to content

Commit

Permalink
Ensure correct recipie is set in the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
amitbadala committed Nov 23, 2023
1 parent 3e7f439 commit bbb651f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/end-to-end/signin-rrdv5.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import {
waitForText,
waitForSTElement,
backendBeforeEach,
setEnabledRecipes,
} from "../helpers";
import fetch from "isomorphic-fetch";
import { SOMETHING_WENT_WRONG_ERROR } from "../constants";
Expand Down Expand Up @@ -660,6 +661,7 @@ describe("SuperTokens SignIn => Server Error", function () {
let consoleLogs;

before(async function () {
await setEnabledRecipes(["emailpassword"], []);
browser = await puppeteer.launch({
args: ["--no-sandbox", "--disable-setuid-sandbox"],
headless: true,
Expand Down

0 comments on commit bbb651f

Please sign in to comment.