Skip to content

Commit

Permalink
Merge pull request #2438 from pdcp1/hotfix/new-microsoft-response
Browse files Browse the repository at this point in the history
Fix test since we have a new `microsoft` response
  • Loading branch information
kepae authored Nov 29, 2023
2 parents d3bc314 + d67c5c7 commit f36d444
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 f36d444

Please sign in to comment.