mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-14 18:51:04 +00:00
test: speed up whatsapp setup surface
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
||||
createQueuedWizardPrompter,
|
||||
runSetupWizardFinalize,
|
||||
} from "../../../test/helpers/plugins/setup-wizard.js";
|
||||
import { whatsappSetupPlugin } from "./channel.setup.js";
|
||||
import { whatsappSetupWizard } from "./setup-surface.js";
|
||||
|
||||
const hoisted = vi.hoisted(() => ({
|
||||
@@ -57,7 +56,11 @@ function createRuntime(): RuntimeEnv {
|
||||
}
|
||||
|
||||
const whatsappGetStatus = createPluginSetupWizardStatus({
|
||||
...whatsappSetupPlugin,
|
||||
id: "whatsapp",
|
||||
meta: {
|
||||
label: "WhatsApp",
|
||||
},
|
||||
setupWizard: whatsappSetupWizard,
|
||||
} as never);
|
||||
|
||||
async function runFinalizeWithHarness(params: {
|
||||
|
||||
Reference in New Issue
Block a user