diff --git a/editors/vscode/src/test/e2e/simple-docs.test.ts b/editors/vscode/src/test/e2e/simple-docs.test.ts index 7525a5a60..767386f04 100644 --- a/editors/vscode/src/test/e2e/simple-docs.test.ts +++ b/editors/vscode/src/test/e2e/simple-docs.test.ts @@ -67,7 +67,7 @@ export async function getTests(ctx: Context) { await vscode.commands.executeCommand("workbench.action.closeActiveEditor"); }); - suite.addTest("diagnostics works well", async () => { + suite.addTest("tinymist.showSummary works well", async () => { await ctx.openDocument(vscode.Uri.joinPath(workspaceUri, "preview-skyzh-cv.typ")); await vscode.commands.executeCommand("tinymist.showSummary");