We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d612f commit 2bf1cd0Copy full SHA for 2bf1cd0
ui-tests/test/mobile.spec.ts
@@ -9,7 +9,7 @@ import { test } from './fixtures';
9
10
import { hideAddCellButton, waitForKernelReady } from './utils';
11
12
-test.use({ autoGoto: false, viewport: { width: 524, height: 800 } });
+test.use({ autoGoto: false, viewport: { width: 600, height: 800 } });
13
14
test.describe('Mobile', () => {
15
test('The layout should be more compact on the file browser page', async ({
0 commit comments