test: update stop cleanup harness for iCloud abort helper
This commit is contained in:
@@ -162,6 +162,7 @@ const chrome = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function cancelPendingCommands() {}
|
function cancelPendingCommands() {}
|
||||||
|
function abortActiveIcloudRequests() {}
|
||||||
function getPendingAutoRunTimerPlan() {
|
function getPendingAutoRunTimerPlan() {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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() {}
|
||||||
|
|||||||
Reference in New Issue
Block a user