From 047d646875e54f703caca3123e880bd77c644e24 Mon Sep 17 00:00:00 2001 From: Julia Bardi Date: Tue, 6 Dec 2022 16:37:15 +0100 Subject: [PATCH] fix cypress test --- x-pack/plugins/fleet/cypress/e2e/integrations_real.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/fleet/cypress/e2e/integrations_real.cy.ts b/x-pack/plugins/fleet/cypress/e2e/integrations_real.cy.ts index 9cdbe6b3a97cc..2d5a6d70d1da6 100644 --- a/x-pack/plugins/fleet/cypress/e2e/integrations_real.cy.ts +++ b/x-pack/plugins/fleet/cypress/e2e/integrations_real.cy.ts @@ -174,7 +174,7 @@ describe('Add Integration - Real API', () => { setupIntegrations(); cy.getBySel(getIntegrationCategories('aws')).click(); cy.getBySel(INTEGRATIONS_SEARCHBAR.BADGE).contains('AWS').should('exist'); - cy.getBySel(INTEGRATION_LIST).find('.euiCard').should('have.length', 29); + cy.getBySel(INTEGRATION_LIST).find('.euiCard').should('have.length.greaterThan', 29); cy.getBySel(INTEGRATIONS_SEARCHBAR.INPUT).clear().type('Cloud'); cy.getBySel(INTEGRATION_LIST).find('.euiCard').should('have.length', 3);