test: revert .only (#6728)

This commit is contained in:
Yury Semikhatsky 2021-05-24 23:05:21 +00:00 committed by GitHub
parent 8770c64601
commit 05e5ed25a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
import { contextTest as it, expect } from '../config/browserTest'; import { contextTest as it, expect } from '../config/browserTest';
it.only('should work', async function({page, server}) { it('should work', async function({page, server}) {
await page.coverage.startJSCoverage(); await page.coverage.startJSCoverage();
await page.goto(server.PREFIX + '/jscoverag e/simple.html', { waitUntil: 'load' }); await page.goto(server.PREFIX + '/jscoverag e/simple.html', { waitUntil: 'load' });
const coverage = await page.coverage.stopJSCoverage(); const coverage = await page.coverage.stopJSCoverage();