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 8dd3901 commit e709b5fCopy full SHA for e709b5f
packages/cursorless-vscode-e2e/src/suite/tutorial/tutorial.vscode.test.ts
@@ -164,7 +164,10 @@ async function runBasicTutorialTest(spyIde: SpyIDE) {
164
await checkStepSetup(fixtures[0]);
165
166
// Test automatic advancing
167
- await runCursorlessCommand(fixtures[0].command);
+ await runCursorlessCommand({
168
+ ...fixtures[0].command,
169
+ usePrePhraseSnapshot: false,
170
+ });
171
await checkStepSetup(fixtures[1]);
172
173
// Test restarting tutorial
0 commit comments