Skip to content

Commit

Permalink
- Update
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennenoel committed Apr 10, 2024
1 parent 882c9cc commit f2ef017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/specs/main-thread-and-worker-error.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const htmlFilesToLoad = [

htmlFilesToLoad.forEach((htmlFile) => {
describe(htmlFile, () => {
beforeAll(async () => {
beforeEach(async () => {
await page.goto(`http://127.0.0.1:9000/${htmlFile}`, {
headless: true,
});
Expand Down
2 changes: 1 addition & 1 deletion e2e/specs/main-thread-and-worker.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const htmlFilesToLoad = [

htmlFilesToLoad.forEach((htmlFile) => {
describe(htmlFile, () => {
beforeAll(async () => {
beforeEach(async () => {
await page.goto(`http://127.0.0.1:9000/${htmlFile}`, {
headless: true,
});
Expand Down

0 comments on commit f2ef017

Please sign in to comment.