mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
Update viewport width for mobile tests
This commit is contained in:
parent
d9635e35a2
commit
1ed8e02e7b
@ -6,6 +6,7 @@ import path from 'path';
|
||||
import { expect } from '@playwright/test';
|
||||
|
||||
import { test } from './fixtures';
|
||||
|
||||
import { waitForKernelReady } from './utils';
|
||||
|
||||
test.describe('General', () => {
|
||||
|
@ -8,7 +8,7 @@ import { expect } from '@playwright/test';
|
||||
import { test } from './fixtures';
|
||||
import { 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 ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user