Skip to content

Commit

Permalink
Update ui-tests/test/mobile.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Dec 13, 2023
1 parent d70ffc0 commit 44fd3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/test/mobile.spec.ts
Expand Up @@ -9,7 +9,7 @@ import { test } from './fixtures';

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

test.use({ autoGoto: false, viewport: { width: 600, height: 800 } });
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 44fd3a9

Please sign in to comment.