We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680bcae commit f10cd86Copy full SHA for f10cd86
ui-tests/tests/ui.spec.ts
@@ -86,19 +86,6 @@ test.describe('Console activation test', () => {
86
await page.getByLabel('notebook content').getByText('GIS File').click();
87
await page.getByRole('button', { name: 'Toggle console' }).click();
88
await page.getByRole('button', { name: 'Remove console' });
89
- await page
90
- .getByRole('textbox')
91
- .filter({ hasText: /^$/ })
92
- .locator('div')
93
- .click();
94
95
96
97
98
- .fill('doc.add_geojson_layer(path="testDir/eq.json");');
99
- await page.waitForTimeout(1000);
100
- await page.keyboard.press('Shift+Enter');
101
102
103
const main = await page.locator('#jp-main-dock-panel');
104
0 commit comments