Skip to content

Commit 48294a4

Browse files
committed
try only the specific test
1 parent 21121f0 commit 48294a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/library/inspector/cli-codegen-2.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { test, expect } from './inspectorTest';
1818
import * as url from 'url';
1919
import fs from 'fs';
2020

21-
test.describe.only('cli codegen', () => {
21+
test.describe('cli codegen', () => {
2222
test.skip(({ mode }) => mode !== 'default');
2323

2424
test('should contain open page', async ({ openRecorder }) => {
@@ -90,7 +90,7 @@ var page1 = await context.NewPageAsync();`);
9090
await page.CloseAsync();`);
9191
});
9292

93-
test('should not lead to an error if html gets clicked', async ({ openRecorder }) => {
93+
test.only('should not lead to an error if html gets clicked', async ({ openRecorder }) => {
9494
const { page, recorder } = await openRecorder();
9595

9696
await recorder.setContentAndWait('');

0 commit comments

Comments
 (0)