test: update stop cleanup harness for iCloud abort helper
This commit is contained in:
@@ -162,6 +162,7 @@ const chrome = {
|
||||
};
|
||||
|
||||
function cancelPendingCommands() {}
|
||||
function abortActiveIcloudRequests() {}
|
||||
function getPendingAutoRunTimerPlan() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@@ -138,6 +138,7 @@ const stepWaiters = new Map();
|
||||
let resumeWaiter = null;
|
||||
|
||||
function cancelPendingCommands() {}
|
||||
function abortActiveIcloudRequests() {}
|
||||
async function addLog() {}
|
||||
async function broadcastStopToContentScripts() {}
|
||||
async function markRunningStepsStopped() {}
|
||||
|
||||
Reference in New Issue
Block a user