We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c00e21 commit fb5ee4aCopy full SHA for fb5ee4a
test/end-to-end/signin.test.js
@@ -112,6 +112,10 @@ describe("SuperTokens SignIn", function () {
112
});
113
114
describe("SignIn test ", function () {
115
+ afterEach(async function () {
116
+ await page.evaluate(() => localStorage.removeItem("signoutOnSessionNotExists"));
117
+ });
118
+
119
it("Should contain email and password fields only", async function () {
120
const inputNames = await getInputNames(page);
121
assert.deepStrictEqual(inputNames, ["email", "password"]);
0 commit comments