Skip to content

Commit

Permalink
Test with new get
Browse files Browse the repository at this point in the history
  • Loading branch information
clari182 committed Mar 19, 2024
1 parent 8264da6 commit b4b535b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/gatsby-site/cypress/e2e/integration/cite.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ describe('Cite pages', () => {
cy.get('#input-duplicateIncidentId').type('50');
cy.waitForStableDOM();

cy.get('#duplicateIncidentId > a[aria-label="50"]').click();
cy.get('#duplicateIncidentId a[aria-label="50"]').click();
cy.waitForStableDOM();

cy.get('#input-duplicateIncidentId').blur();
Expand Down

0 comments on commit b4b535b

Please sign in to comment.