Skip to content

Commit f10cd86

Browse files
author
Greg
committed
Fine
1 parent 680bcae commit f10cd86

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

ui-tests/tests/ui.spec.ts

-13
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,6 @@ test.describe('Console activation test', () => {
8686
await page.getByLabel('notebook content').getByText('GIS File').click();
8787
await page.getByRole('button', { name: 'Toggle console' }).click();
8888
await page.getByRole('button', { name: 'Remove console' });
89-
await page
90-
.getByRole('textbox')
91-
.filter({ hasText: /^$/ })
92-
.locator('div')
93-
.click();
94-
await page
95-
.getByRole('textbox')
96-
.filter({ hasText: /^$/ })
97-
.locator('div')
98-
.fill('doc.add_geojson_layer(path="testDir/eq.json");');
99-
await page.waitForTimeout(1000);
100-
await page.keyboard.press('Shift+Enter');
101-
await page.waitForTimeout(1000);
10289

10390
const main = await page.locator('#jp-main-dock-panel');
10491

0 commit comments

Comments
 (0)