We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b97e6 commit 7da92fcCopy full SHA for 7da92fc
test/e2e/Progress.test.js
@@ -36,8 +36,6 @@ describe('client progress', () => {
36
});
37
38
describe('on browser client', () => {
39
- jest.setTimeout(30000);
40
-
41
it('should console.log progress', (done) => {
42
runBrowser().then(({ page, browser }) => {
43
const res = [];
0 commit comments