We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf30ca8 commit 680bcaeCopy full SHA for 680bcae
ui-tests/tests/ui.spec.ts
@@ -95,11 +95,10 @@ test.describe('Console activation test', () => {
95
.getByRole('textbox')
96
.filter({ hasText: /^$/ })
97
.locator('div')
98
- .fill('doc.add_geojson_layer(path="testDir/eq.json")');
+ .fill('doc.add_geojson_layer(path="testDir/eq.json");');
99
await page.waitForTimeout(1000);
100
await page.keyboard.press('Shift+Enter');
101
102
- await page.getByLabel('Toggle console').nth(2).click();
103
104
const main = await page.locator('#jp-main-dock-panel');
105
0 commit comments