Skip to content

Commit

Permalink
use fixed tmpPath
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed May 13, 2024
1 parent c37b985 commit 069d4ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ui-tests/test/mobile.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ({
Expand Down
2 changes: 1 addition & 1 deletion ui-tests/test/settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ({
Expand Down

0 comments on commit 069d4ba

Please sign in to comment.