Skip to content

Commit 4a2a450

Browse files
f
1 parent 6097fcf commit 4a2a450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools/network.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('network', () => {
4040
});
4141
});
4242

43-
it.only('list requests from previous navigations', async t => {
43+
it('list requests from previous navigations', async t => {
4444
await withBrowser(async (response, context) => {
4545
const page = await context.getSelectedPage();
4646
await page.goto('data:text/html,<div>Hello 1</div>');

0 commit comments

Comments
 (0)