Skip to content

Commit

Permalink
Retry popups tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtusnio committed Aug 24, 2024
1 parent 05e437e commit 5075816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser_tests/popup.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { jest } from 'globals';
import path from 'path';
import { TimeoutError } from 'puppeteer';
import * as utils from "./utils";

jest.retryTimes(3);

let browser = null;
let worker = null
Expand Down

0 comments on commit 5075816

Please sign in to comment.