We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b578cc commit 26aa4deCopy full SHA for 26aa4de
packages/cursorless-vscode-e2e/src/suite/tutorial/tutorial.vscode.test.ts
@@ -18,6 +18,8 @@ import { commands } from "vscode";
18
import { endToEndTestSetup } from "../../endToEndTestSetup";
19
20
suite("tutorial", async function () {
21
+ // Retry doesn't make sense because we need to capture initial load events of
22
+ // the webview.
23
const { getSpy } = endToEndTestSetup(this, { retries: 0 });
24
25
test(
@@ -74,7 +76,7 @@ async function runBasicTutorialTest(spyIde: SpyIDE) {
74
76
await checkStepSetup(fixtures[0]);
75
77
78
// Allow for debounce
- await sleep(150);
79
+ await sleep(250);
80
81
const result = getTutorialWebviewEventLog();
82
assert.deepStrictEqual(
0 commit comments