test: update stop cleanup harness for iCloud abort helper

This commit is contained in:
Q3CC
2026-04-26 15:43:06 +08:00
parent ccd93cf5c1
commit e7b6b4512d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -162,6 +162,7 @@ const chrome = {
}; };
function cancelPendingCommands() {} function cancelPendingCommands() {}
function abortActiveIcloudRequests() {}
function getPendingAutoRunTimerPlan() { function getPendingAutoRunTimerPlan() {
return null; return null;
} }
+1
View File
@@ -138,6 +138,7 @@ const stepWaiters = new Map();
let resumeWaiter = null; let resumeWaiter = null;
function cancelPendingCommands() {} function cancelPendingCommands() {}
function abortActiveIcloudRequests() {}
async function addLog() {} async function addLog() {}
async function broadcastStopToContentScripts() {} async function broadcastStopToContentScripts() {}
async function markRunningStepsStopped() {} async function markRunningStepsStopped() {}