Skip to content

Commit 680bcae

Browse files
author
Greg
committed
Semicolon
1 parent bf30ca8 commit 680bcae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui-tests/tests/ui.spec.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ test.describe('Console activation test', () => {
9595
.getByRole('textbox')
9696
.filter({ hasText: /^$/ })
9797
.locator('div')
98-
.fill('doc.add_geojson_layer(path="testDir/eq.json")');
98+
.fill('doc.add_geojson_layer(path="testDir/eq.json");');
9999
await page.waitForTimeout(1000);
100100
await page.keyboard.press('Shift+Enter');
101101
await page.waitForTimeout(1000);
102-
await page.getByLabel('Toggle console').nth(2).click();
103102

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

0 commit comments

Comments
 (0)