Skip to content

Commit f5a7a29

Browse files
authored
chore: undo test case config changes (#2836)
1 parent d6d2ac7 commit f5a7a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internals/playwright-config/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const Config = ({ testDir, baseURL, storageState, devServerCommon }) =>
6565
name: 'chromium',
6666
use: {
6767
...devices['Desktop Chrome'],
68-
viewport: { width: 1600, height: 960 }
68+
viewport: { width: 1080, height: 720 }
6969
}
7070
},
7171
{

0 commit comments

Comments
 (0)