chore: fix doclint

This commit is contained in:
Max Schmitt 2024-08-23 16:24:13 +02:00
parent 1b220c5289
commit 598334a86a

View file

@ -191,7 +191,7 @@ test('should use custom proxy on a new context', async ({ browser }) => {
} }
}); });
const page = await context.newPage(); const page = await context.newPage();
await context.close(); await context.close();
}); });
``` ```