diff --git a/ui-tests/test/mobile.spec.ts b/ui-tests/test/mobile.spec.ts index 496d78f577..6aa0d235a1 100644 --- a/ui-tests/test/mobile.spec.ts +++ b/ui-tests/test/mobile.spec.ts @@ -7,7 +7,11 @@ import { test } from './fixtures'; import { hideAddCellButton, waitForKernelReady } from './utils'; -test.use({ autoGoto: false, viewport: { width: 524, height: 800 } }); +test.use({ + autoGoto: false, + viewport: { width: 524, height: 800 }, + tmpPath: 'mobile-layout', +}); test.describe('Mobile', () => { test('The layout should be more compact on the file browser page', async ({ diff --git a/ui-tests/test/settings.spec.ts b/ui-tests/test/settings.spec.ts index a1f29ddee4..7d76390451 100644 --- a/ui-tests/test/settings.spec.ts +++ b/ui-tests/test/settings.spec.ts @@ -5,7 +5,7 @@ import { test } from './fixtures'; import { expect } from '@jupyterlab/galata'; -test.use({ autoGoto: false }); +test.use({ autoGoto: false, tmpPath: 'settings' }); test.describe('Settings', () => { test('Should be persisted after reloading the page', async ({