Skip to content

Commit

Permalink
another fix related to ipykernel install dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Feb 19, 2025
1 parent 1120947 commit 0f89dba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/e2e/tests/reticulate/reticulate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test.use({

// Re-add WEB tag when https://github.com/posit-dev/positron/issues/6397 is fixed
test.describe('Reticulate', {
tag: [tags.RETICULATE],
tag: [tags.RETICULATE, tags.WEB],
annotation: [{ type: 'issue', description: 'https://github.com/posit-dev/positron/issues/6397' }]
}, () => {
test.beforeAll(async function ({ app, userSettings }) {
Expand Down Expand Up @@ -61,10 +61,14 @@ test.describe('Reticulate', {
tag: [tags.WEB_ONLY]
}, async function ({ app, interpreter }) {

await app.workbench.interpreter.selectInterpreter('Python', 'Python (reticulate)', !sequential);
await app.workbench.interpreter.selectInterpreter('Python', 'Python (reticulate)', false);

await app.workbench.popups.installIPyKernel();

if (!sequential) {
app.workbench.console.waitForReadyAndStarted('>>>', 30000);
}

await verifyReticulateFunctionality(app, interpreter, sequential);

await app.workbench.layouts.enterLayout('stacked');
Expand Down

0 comments on commit 0f89dba

Please sign in to comment.