Last of the post-2.0.6 band-aid removal (#5512)

* back out changes

* Ensure that coverage is generated in all tests
This commit is contained in:
John Hill
2022-07-15 08:58:03 -07:00
committed by GitHub
parent 0e1cc5dc30
commit 97f5528dfc
4 changed files with 6 additions and 5 deletions

View File

@ -32,7 +32,8 @@ to "fail" on assertions. Instead, they should be used to detect changes between
Note: Larger testsuite sizes are OK due to the setup time associated with these tests.
*/
const { test, expect } = require('@playwright/test');
const { test } = require('../../fixtures.js');
const { expect } = require('@playwright/test');
const percySnapshot = require('@percy/playwright');
const path = require('path');
const sinon = require('sinon');