From 7a49fb7c94c3f86ceb264305d3c73c09ad35d56d Mon Sep 17 00:00:00 2001 From: "Helly Zhang (Centific Technologies Inc)" Date: Mon, 8 Jul 2024 10:35:41 +0800 Subject: [PATCH] test: update creating copilot engine copilot --- packages/tests/src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tests/src/utils/constants.ts b/packages/tests/src/utils/constants.ts index 867f0fe081..70408b83b7 100644 --- a/packages/tests/src/utils/constants.ts +++ b/packages/tests/src/utils/constants.ts @@ -448,7 +448,7 @@ export class Notification { } export class CreateProjectQuestion { - static readonly CustomCopilot = "Custom Copilot"; + static readonly CustomCopilot = "Custom Engine Copilot"; static readonly Bot = "Bot"; static readonly Tab = "Tab"; static readonly MessageExtension = "Message Extension";