aboutsummaryrefslogtreecommitdiff
path: root/e2e/completion.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'e2e/completion.test.ts')
-rw-r--r--e2e/completion.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e/completion.test.ts b/e2e/completion.test.ts
index dd4477f..1ce430e 100644
--- a/e2e/completion.test.ts
+++ b/e2e/completion.test.ts
@@ -33,7 +33,7 @@ describe("general completion test", () => {
const console = await page.showConsole();
const items = await console.getCompletions();
- assert.strictEqual(items.length, 11);
+ assert.strictEqual(items.length, 12);
assert.deepStrictEqual(items[0], { type: 'title', text: 'Console Command' });
assert.ok(items[1].text.startsWith('set'));
assert.ok(items[2].text.startsWith('open'));