chore: fix doclint (#32294)

This commit is contained in:
Max Schmitt 2024-08-23 16:26:39 +02:00 committed by GitHub
parent 1b220c5289
commit 787f20c920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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