Skip to content

Commit f7b1dca

Browse files
authored
Apply suggestion from @OrKoN
1 parent 4bb0c18 commit f7b1dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools/screenshot.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('screenshot', () => {
7474
});
7575
});
7676

77-
it.only('with full page resulting in a large screenshot', async () => {
77+
it('with full page resulting in a large screenshot', async () => {
7878
await withBrowser(async (response, context) => {
7979
const page = context.getSelectedPage();
8080

0 commit comments

Comments
 (0)