Skip to content

Commit 8319755

Browse files
Get rid of a TODO
1 parent c251013 commit 8319755

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/end-to-end/emailverification.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ describe("SuperTokens Email Verification", function () {
513513

514514
describe("Server errors", function () {
515515
describe("Verify Email with token screen", function () {
516-
// TODO: Debug and Fix
517516
it('Should show "Something went wrong" screen when API failure', async function () {
518517
await page.setRequestInterception(true);
519518
page.on("request", (request) => {

0 commit comments

Comments
 (0)