We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09de333 commit a01efb2Copy full SHA for a01efb2
tests/tools/console.test.ts
@@ -36,7 +36,7 @@ describe('console', () => {
36
});
37
38
39
- it.only('work with primitive unhandled errors', async () => {
+ it('work with primitive unhandled errors', async () => {
40
await withBrowser(async (response, context) => {
41
const page = await context.newPage();
42
await page.setContent('<script>throw undefined;</script>');
0 commit comments