Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ test("list activity widget with no activity", async () => {
args.method !== "get_views" &&
!["/bus/im_status", ...ROUTES_TO_IGNORE].includes(route)
) {
delete args["systray_get_queue_job_batches"]; // HACK
step(`${route} - ${JSON.stringify(args)}`);
}
},
Expand Down Expand Up @@ -108,6 +109,7 @@ test("list activity widget with activities", async () => {
args.method !== "get_views" &&
!["/bus/im_status", ...ROUTES_TO_IGNORE].includes(route)
) {
delete args["systray_get_queue_job_batches"]; // HACK
step(`${route} - ${JSON.stringify(args)}`);
}
},
Expand Down Expand Up @@ -187,6 +189,7 @@ test("list activity widget with exception", async () => {
args.method !== "get_views" &&
!["/bus/im_status", ...ROUTES_TO_IGNORE].includes(route)
) {
delete args["systray_get_queue_job_batches"]; // HACK
step(`${route} - ${JSON.stringify(args)}`);
}
},
Expand Down Expand Up @@ -273,6 +276,7 @@ test("list activity widget: open dropdown", async () => {
args.method !== "get_views" &&
!["/mail/", "/bus/im_status", ...ROUTES_TO_IGNORE].includes(route)
) {
delete args["systray_get_queue_job_batches"]; // HACK
step(`${route} - ${JSON.stringify(args)}`);
}
if (args.method === "action_feedback") {
Expand Down