From 21df2453c0f82767821a2261745cef24d8520983 Mon Sep 17 00:00:00 2001 From: Ilya Nikokoshev Date: Wed, 11 Dec 2024 14:27:41 +0100 Subject: [PATCH] Revert the Cypress part further --- .../fleet/cypress/screens/integrations_automatic_import.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/fleet/cypress/screens/integrations_automatic_import.ts b/x-pack/plugins/fleet/cypress/screens/integrations_automatic_import.ts index 2498529b07e56..bd6f60cd3c948 100644 --- a/x-pack/plugins/fleet/cypress/screens/integrations_automatic_import.ts +++ b/x-pack/plugins/fleet/cypress/screens/integrations_automatic_import.ts @@ -15,7 +15,6 @@ export const CONNECTOR_OPENAI = 'actionType-.gen-ai'; export const CONNECTOR_GEMINI = 'actionType-.gemini'; export const BUTTON_FOOTER_NEXT = 'buttonsFooter-nextButton'; -export const BUTTON_FOOTER_BACK = 'buttonsFooter-backButton'; export const INTEGRATION_TITLE_INPUT = 'integrationTitleInput'; export const INTEGRATION_DESCRIPTION_INPUT = 'integrationDescriptionInput';