Skip to content

Commit

Permalink
test: fix ci failures (#800)
Browse files Browse the repository at this point in the history
* chore: rebuild after dep updates

* test: update test requirement
  • Loading branch information
porcellus committed Mar 14, 2024
1 parent 19815ea commit 293b22e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/build/emailverification-shared2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/index2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/multifactorauthprebuiltui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/passwordless-shared3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/sessionprebuiltui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/thirdparty-shared2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/thirdpartyemailpasswordprebuiltui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/thirdpartypasswordlessprebuiltui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/totpprebuiltui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/end-to-end/multitenancy.tenant_interactions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ describe("SuperTokens Multitenancy tenant interactions", function () {
]);

await removeTenant("customer1");
await epSignIn(page, email, "Incorrect email and password combination");
await epSignIn(page, email, SOMETHING_WENT_WRONG_ERROR);
});

it("should not allow sign up", async function () {
Expand Down

0 comments on commit 293b22e

Please sign in to comment.