Skip to content

Commit

Permalink
remove afterall
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Nov 20, 2024
1 parent cc453bb commit bb5f193
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/record.creation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ test.beforeAll(async () => {
});
})

test.afterAll(async () => {
//await page.pause()
await electronApp.close()
})
// test.afterAll(async () => {
// //await page.pause()
// await electronApp.close()
// })

test.describe.configure({ mode: 'parallel', retries: 2, timeout: 20_000 });

Expand Down

0 comments on commit bb5f193

Please sign in to comment.