Skip to content

Commit 2aa0aa3

Browse files
authored
fix: breaking e2e tests due to removal of success screen (#776)
1 parent 6e35e00 commit 2aa0aa3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/end-to-end/passwordless.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,8 +1632,6 @@ export function getPasswordlessTestCases({ authRecipe, logId, generalErrorRecipe
16321632
await anotherTab.goto(device.codes[0].urlWithLinkCode);
16331633
await anotherTab.waitForSelector(".sessionInfo-user-id");
16341634

1635-
await waitForText(page, "[data-supertokens~=headerTitle]", "Success!");
1636-
16371635
await page.reload({ waitUntil: ["networkidle0"] });
16381636

16391637
await page.waitForSelector(".sessionInfo-user-id");
@@ -1769,8 +1767,6 @@ export function getPasswordlessTestCases({ authRecipe, logId, generalErrorRecipe
17691767
await setInputValues(anotherTab, [{ name: "userInputCode", value: device.codes[0].userInputCode }]);
17701768
await submitForm(anotherTab);
17711769

1772-
await waitForText(page, "[data-supertokens~=headerTitle]", "Success!");
1773-
17741770
await page.reload({ waitUntil: ["networkidle0"] });
17751771

17761772
await page.waitForSelector(".sessionInfo-user-id");

0 commit comments

Comments
 (0)