diff --git a/site/gatsby-site/cypress/e2e/integration/entities.cy.js b/site/gatsby-site/cypress/e2e/integration/entities.cy.js index d8286173cb..9e88f3f873 100644 --- a/site/gatsby-site/cypress/e2e/integration/entities.cy.js +++ b/site/gatsby-site/cypress/e2e/integration/entities.cy.js @@ -60,7 +60,7 @@ describe('Entities page', () => { cy.get('[data-cy="input-filter-Entity"]').type('microsoft'); - cy.get('[data-cy="cell-responses"]').first().should('have.text', '2 Incident responses'); + cy.get('[data-cy="cell-responses"]').first().should('have.text', '3 Incident responses'); }); conditionalIt(!Cypress.env('isEmptyEnvironment'), 'Should be able to sort', () => {