|
@@ -1,8 +1,7 @@
|
|
// Copyright (c) Jupyter Development Team.
|
|
// Copyright (c) Jupyter Development Team.
|
|
// Distributed under the terms of the Modified BSD License.
|
|
// Distributed under the terms of the Modified BSD License.
|
|
|
|
|
|
-import { expect } from '@playwright/test';
|
|
|
|
-import { JupyterLabPage, test } from '@jupyterlab/galata';
|
|
|
|
|
|
+import { expect, JupyterLabPage, test } from '@jupyterlab/galata';
|
|
|
|
|
|
test.describe('page', () => {
|
|
test.describe('page', () => {
|
|
test('should return a JupyterLabPage', ({ page }) => {
|
|
test('should return a JupyterLabPage', ({ page }) => {
|