Skip to content

Commit bd863e3

Browse files
Lightning00BladeOrKoN
authored andcommitted
f
1 parent c954356 commit bd863e3

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)