Skip to content

Commit

Permalink
order change on detail pages (#34941)
Browse files Browse the repository at this point in the history
Co-authored-by: Kerry Powell <[email protected]>
  • Loading branch information
eselkin and powellkerry authored Feb 27, 2025
1 parent e59f85a commit 1ea82c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ describe('Facility VA search', () => {
.should('exist');
cy.get('.facility-phone-group').should('exist');
cy.get('va-link')
.eq(1)
.eq(0)
.shadow()
.get('a')
.contains(/Get directions/i);
Expand Down

0 comments on commit 1ea82c1

Please sign in to comment.