From 7b668fdcafa3d97ad2cd805bbec3b0e2c51f9a08 Mon Sep 17 00:00:00 2001 From: QLHazycoder <2825305047@qq.com> Date: Sun, 26 Apr 2026 07:02:58 +0000 Subject: [PATCH] test: restore icloud sidepanel settings state harness --- tests/sidepanel-icloud-provider.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sidepanel-icloud-provider.test.js b/tests/sidepanel-icloud-provider.test.js index cc17ee4..976e2c6 100644 --- a/tests/sidepanel-icloud-provider.test.js +++ b/tests/sidepanel-icloud-provider.test.js @@ -327,6 +327,7 @@ const DEFAULT_VERIFICATION_RESEND_COUNT = 4; function syncLatestState(state) { latestState = { ...latestState, ...state }; } function syncAutoRunState() {} function syncPasswordField() {} +function renderStepStatuses() {} function setLocalCpaStep9Mode() {} function isCustomMailProvider() { return false; } function setMail2925Mode() {}