Skip to content

Commit

Permalink
fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Dec 6, 2022
1 parent 047d646 commit cb38df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/fleet/cypress/e2e/integrations_real.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ describe('Add Integration - Real API', () => {
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);
cy.getBySel(INTEGRATION_LIST).find('.euiCard').should('have.length.greaterThan', 3);
cy.getBySel(INTEGRATIONS_SEARCHBAR.REMOVE_BADGE_BUTTON).click();
cy.getBySel(INTEGRATIONS_SEARCHBAR.BADGE).should('not.exist');
});
Expand Down

0 comments on commit cb38df6

Please sign in to comment.