Skip to content

Commit 70cbd86

Browse files
authored
Reenable notebook tests on Windows (#2100)
- Fixes #1260 ## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [-] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [-] I have not broken the cheatsheet
1 parent bce929c commit 70cbd86

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

packages/cursorless-vscode-e2e/src/suite/crossCellsSetSelection.vscode.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ import {
66
import assert from "assert";
77
import { window } from "vscode";
88
import { endToEndTestSetup, sleepWithBackoff } from "../endToEndTestSetup";
9-
import { skipIfWindowsCi } from "./skipIfWindowsCi";
109

1110
// Check that setSelection is able to focus the correct cell
1211
suite("Cross-cell set selection", async function () {
13-
// Skipped for now; see #1260
14-
skipIfWindowsCi();
1512
endToEndTestSetup(this);
1613

1714
test("Cross-cell set selection", runTest);

packages/cursorless-vscode-e2e/src/suite/editNewCell.vscode.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ import * as assert from "assert";
88
import { window } from "vscode";
99
import { endToEndTestSetup, sleepWithBackoff } from "../endToEndTestSetup";
1010
import { getPlainNotebookContents } from "../notebook";
11-
import { skipIfWindowsCi } from "./skipIfWindowsCi";
1211

1312
// Check that setSelection is able to focus the correct cell
1413
suite("Edit new cell", async function () {
15-
// Skipped for now; see #1260
16-
skipIfWindowsCi();
1714
endToEndTestSetup(this);
1815

1916
test("drink cell", () =>

packages/cursorless-vscode-e2e/src/suite/intraCellSetSelection.vscode.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ import assert from "assert";
66
import { window } from "vscode";
77
import { endToEndTestSetup, sleepWithBackoff } from "../endToEndTestSetup";
88
import { runCursorlessCommand } from "@cursorless/vscode-common";
9-
import { skipIfWindowsCi } from "./skipIfWindowsCi";
109

1110
// Check that setSelection is able to focus the correct cell
1211
suite("Within cell set selection", async function () {
13-
// Skipped for now; see #1260
14-
skipIfWindowsCi();
1512
endToEndTestSetup(this);
1613

1714
test("Within cell set selection", runTest);

packages/cursorless-vscode-e2e/src/suite/skipIfWindowsCi.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)