Skip to content

Commit 23268b1

Browse files
authored
Reticulate: Reload settings on Web tests (#8887)
1 parent db169cc commit 23268b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/tests/reticulate/reticulate-multiple.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test.describe('Reticulate', {
2121
try {
2222
await settings.set({
2323
'positron.reticulate.enabled': true
24-
});
24+
}, { 'reload': 'web' });
2525

2626
} catch (e) {
2727
await app.code.driver.takeScreenshot('reticulateSetup');

test/e2e/tests/reticulate/reticulate-repl-python.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test.describe('Reticulate', {
2121
try {
2222
await settings.set({
2323
'positron.reticulate.enabled': true
24-
});
24+
}, { 'reload': 'web' });
2525

2626
} catch (e) {
2727
await app.code.driver.takeScreenshot('reticulateSetup');

0 commit comments

Comments
 (0)