Skip to content

Commit

Permalink
Clean up signup
Browse files Browse the repository at this point in the history
  • Loading branch information
amitbadala committed Nov 7, 2023
1 parent 18a411f commit a14b2da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/end-to-end/signup.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,6 @@ describe("SuperTokens SignUp", function () {
await page.setRequestInterception(true);
page.on("request", requestHandler);

// Listen for all network requests
page.on("request", (request) => {});

try {
// Fill and submit the form with custom fields
await submitForm(page);
Expand Down

0 comments on commit a14b2da

Please sign in to comment.