Skip to content

Commit

Permalink
10102-story: potential fix for flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwindo committed Jul 19, 2024
1 parent 63c0044 commit b299f13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export function externalUserSearchesDocketNumber(docketNumber: string) {
cy.get('[data-testid="docket-search-field"]').should('exist');
cy.get('[data-testid="docket-search-field"]').type(docketNumber);
cy.get('[data-testid="search-by-docket-number"]').click();
}

0 comments on commit b299f13

Please sign in to comment.