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';