Skip to content

Commit 5e9865e

Browse files
committed
test: test stability improvement
1 parent e691386 commit 5e9865e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/end-to-end/multitenancy.tenant_interactions.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,9 @@ describe("SuperTokens Multitenancy tenant interactions", function () {
645645
]);
646646
await epSignUp(page);
647647

648+
await page.waitForSelector(".fetch .sessionInfo-user-id");
649+
await page.waitForSelector(".axios .sessionInfo-user-id");
650+
648651
await removeTenant("customer1");
649652

650653
let getDynamicLoginMethodsCalled = false;

0 commit comments

Comments
 (0)