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 4bb0c18 commit f7b1dcaCopy full SHA for f7b1dca
tests/tools/screenshot.test.ts
@@ -74,7 +74,7 @@ describe('screenshot', () => {
74
});
75
76
77
- it.only('with full page resulting in a large screenshot', async () => {
+ it('with full page resulting in a large screenshot', async () => {
78
await withBrowser(async (response, context) => {
79
const page = context.getSelectedPage();
80
0 commit comments