Skip to content

Commit 3e2e705

Browse files
committed
add comments
1 parent 1fe26f9 commit 3e2e705

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ui-tests/test/mobile.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import { hideAddCellButton, waitForKernelReady } from './utils';
1010
test.use({
1111
autoGoto: false,
1212
viewport: { width: 524, height: 800 },
13+
// Set a fixed string as Playwright is preventing the unique test name to be too long
14+
// and replaces part of the path with a hash
1315
tmpPath: 'mobile-layout',
1416
});
1517

ui-tests/test/settings.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { test } from './fixtures';
55

66
import { expect, galata } from '@jupyterlab/galata';
77

8+
// Set a fixed string as Playwright is preventing the unique test name to be too long
9+
// and replaces part of the path with a hash
810
test.use({ autoGoto: false, tmpPath: 'settings' });
911

1012
test.describe('Settings', () => {

0 commit comments

Comments
 (0)