Skip to content

Commit

Permalink
Enable WIRE mode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Sep 11, 2020
1 parent 36c8718 commit 1cf2199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/screencast.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ class VideoPlayer {

describe('screencast', suite => {
suite.slow();
suite.skip(options.WIRE);
}, () => {
it('should capture static page', async ({browser, videoPlayer}) => {
const context = await browser.newContext({_recordVideos: {width: 320, height: 240}});
Expand Down

0 comments on commit 1cf2199

Please sign in to comment.