From e7b6b4512dd2a8df74cdd2ab2520757bbd275ba1 Mon Sep 17 00:00:00 2001 From: Q3CC Date: Sun, 26 Apr 2026 15:43:06 +0800 Subject: [PATCH] test: update stop cleanup harness for iCloud abort helper --- tests/background-stop-gap-record.test.js | 1 + tests/step8-stop-cleanup.test.js | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/background-stop-gap-record.test.js b/tests/background-stop-gap-record.test.js index 2a10935..aa50f45 100644 --- a/tests/background-stop-gap-record.test.js +++ b/tests/background-stop-gap-record.test.js @@ -162,6 +162,7 @@ const chrome = { }; function cancelPendingCommands() {} +function abortActiveIcloudRequests() {} function getPendingAutoRunTimerPlan() { return null; } diff --git a/tests/step8-stop-cleanup.test.js b/tests/step8-stop-cleanup.test.js index 587d973..bf5271a 100644 --- a/tests/step8-stop-cleanup.test.js +++ b/tests/step8-stop-cleanup.test.js @@ -138,6 +138,7 @@ const stepWaiters = new Map(); let resumeWaiter = null; function cancelPendingCommands() {} +function abortActiveIcloudRequests() {} async function addLog() {} async function broadcastStopToContentScripts() {} async function markRunningStepsStopped() {}