Skip to content

Commit

Permalink
test: remove unwanted sleep (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts authored Oct 13, 2022
1 parent 26adfcd commit 4e23786
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/tests/react/error-handling.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ export const errorHandlingTests = testSuite(
search: "App-missing.css",
replace: "App.css",
});
await new Promise((resolve) => setTimeout(resolve, 1000));
const previewIframe = await controller.previewIframe();
await expectErrors(
controller,
Expand Down

0 comments on commit 4e23786

Please sign in to comment.