Skip to content

Commit

Permalink
Update viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jun 7, 2023
1 parent 29404af commit 67b0354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/test/mobile.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { test } from './fixtures';

import { hideAddCellButton, waitForKernelReady } from './utils';

test.use({ autoGoto: false, viewport: { width: 512, height: 768 } });
test.use({ autoGoto: false, viewport: { width: 524, height: 800 } });

test.describe('Mobile', () => {
test('The layout should be more compact on the file browser page', async ({
Expand Down

0 comments on commit 67b0354

Please sign in to comment.