From 2b656a8da34c2ea2002b0d6c42ea0cafcadfe209 Mon Sep 17 00:00:00 2001 From: tygao Date: Wed, 20 Mar 2024 09:09:49 +0800 Subject: [PATCH] Update cypress/integration/plugins/dashboards-assistant/chatbot_sidecar_spec.js Co-authored-by: Hailong Cui Signed-off-by: tygao --- .../plugins/dashboards-assistant/chatbot_sidecar_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/plugins/dashboards-assistant/chatbot_sidecar_spec.js b/cypress/integration/plugins/dashboards-assistant/chatbot_sidecar_spec.js index 772685cb4..a80591d3c 100644 --- a/cypress/integration/plugins/dashboards-assistant/chatbot_sidecar_spec.js +++ b/cypress/integration/plugins/dashboards-assistant/chatbot_sidecar_spec.js @@ -14,7 +14,7 @@ if (Cypress.env('DASHBOARDS_ASSISTANT_ENABLED')) { }); beforeEach(() => { - // Visit ISM OSD + // Visit OSD cy.visit(`${BASE_PATH}/app/home`); // Common text to wait for to confirm page loaded, give up to 60 seconds for initial load