Skip to content

Commit

Permalink
Align with the galata playwright dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed May 13, 2024
1 parent 708dfee commit e685730
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 324 deletions.
1 change: 0 additions & 1 deletion ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"dependencies": {
"@jupyterlab/galata": "~5.2.0",
"@playwright/test": "^1.33.0",
"rimraf": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion ui-tests/test/editor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from 'path';

import { test } from './fixtures';

import { expect } from '@playwright/test';
import { expect } from '@jupyterlab/galata';

const FILE = 'environment.yml';

Expand Down
2 changes: 1 addition & 1 deletion ui-tests/test/filebrowser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import path from 'path';

import { expect } from '@playwright/test';
import { expect } from '@jupyterlab/galata';

import { test } from './fixtures';

Expand Down
2 changes: 1 addition & 1 deletion ui-tests/test/general.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import path from 'path';

import { expect } from '@playwright/test';
import { expect } from '@jupyterlab/galata';

import { test } from './fixtures';

Expand Down
2 changes: 1 addition & 1 deletion ui-tests/test/layout.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import path from 'path';

import { expect } from '@playwright/test';
import { expect } from '@jupyterlab/galata';

import { galata } from '@jupyterlab/galata';

Expand Down
2 changes: 1 addition & 1 deletion ui-tests/test/links.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import path from 'path';

import { expect } from '@playwright/test';
import { expect } from '@jupyterlab/galata';

import { test } from './fixtures';

Expand Down
2 changes: 1 addition & 1 deletion ui-tests/test/menus.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from 'path';

import { test } from './fixtures';

import { expect } from '@playwright/test';
import { expect } from '@jupyterlab/galata';
import { waitForKernelReady } from './utils';

const NOTEBOOK = 'empty.ipynb';
Expand Down
2 changes: 1 addition & 1 deletion ui-tests/test/mobile.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.

import { expect } from '@playwright/test';
import { expect } from '@jupyterlab/galata';

import { test } from './fixtures';

Expand Down
2 changes: 1 addition & 1 deletion ui-tests/test/notebook.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import path from 'path';

import { expect } from '@playwright/test';
import { expect } from '@jupyterlab/galata';

import { test } from './fixtures';

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 @@ -3,7 +3,7 @@

import { test } from './fixtures';

import { expect } from '@playwright/test';
import { expect } from '@jupyterlab/galata';

test.use({ autoGoto: false });

Expand Down
2 changes: 1 addition & 1 deletion ui-tests/test/smoke.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { expect } from '@playwright/test';
import { expect } from '@jupyterlab/galata';

import { test } from './fixtures';

Expand Down
2 changes: 1 addition & 1 deletion ui-tests/test/tree.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import { test } from './fixtures';

import { expect } from '@playwright/test';
import { expect } from '@jupyterlab/galata';

const SUBFOLDER = 'subfolder';

Expand Down
Loading

0 comments on commit e685730

Please sign in to comment.