Skip to content

Commit 47812fa

Browse files
Fixes
1 parent 391869f commit 47812fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/test/e2e/quicktasks.e2e.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Spec: quick-launch, user-data-storage
3-
* E2E Tests for Quick Tasks functionality
3+
* E2E Tests for Quick Launch functionality
44
*
55
* These tests verify config file behavior and command registration.
66
* They do NOT call internal provider methods.
@@ -34,7 +34,7 @@ function writeCommandTreeConfig(config: CommandTreeConfig): void {
3434
}
3535

3636
// Spec: quick-launch
37-
suite("Quick Tasks E2E Tests", () => {
37+
suite("Quick Launch E2E Tests", () => {
3838
let originalConfig: CommandTreeConfig;
3939

4040
suiteSetup(async function () {
@@ -53,7 +53,7 @@ suite("Quick Tasks E2E Tests", () => {
5353
});
5454

5555
// Spec: quick-launch
56-
suite("Quick Tasks Commands", () => {
56+
suite("Quick Launch Commands", () => {
5757
test("addToQuick command is registered", async function () {
5858
this.timeout(10000);
5959

@@ -86,7 +86,7 @@ suite("Quick Tasks E2E Tests", () => {
8686
});
8787

8888
// Spec: quick-launch, user-data-storage
89-
suite("Quick Tasks Storage", () => {
89+
suite("Quick Launch Storage", () => {
9090
test("quick tasks are stored in commandtree.json", function () {
9191
this.timeout(10000);
9292

0 commit comments

Comments
 (0)