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 c954356 commit bd863e3Copy full SHA for bd863e3
tests/tools/network.test.ts
@@ -40,7 +40,7 @@ describe('network', () => {
40
});
41
42
43
- it.only('list requests from previous navigations', async t => {
+ it('list requests from previous navigations', async t => {
44
await withBrowser(async (response, context) => {
45
const page = await context.getSelectedPage();
46
await page.goto('data:text/html,<div>Hello 1</div>');
0 commit comments