Skip to content

Commit

Permalink
Fix test since we have a new microsoft response
Browse files Browse the repository at this point in the history
  • Loading branch information
pdcp1 committed Nov 28, 2023
1 parent d3bc314 commit d67c5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/gatsby-site/cypress/e2e/integration/entities.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit d67c5c7

Please sign in to comment.