Skip to content

Commit

Permalink
dev: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
kschiffer committed Aug 14, 2024
1 parent 5c44843 commit 5863968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ const getFieldDescriptorByLabel = label => {
return cy
.get('@field')
.invoke('attr', 'aria-describedby')
.then(describedBy => cy.get(`[id="${describedBy}"]`))
.then(describedBy => cy.get(`[id="${describedBy}"]`).scrollIntoView())
}

// Helper function to select field error.
Expand Down

0 comments on commit 5863968

Please sign in to comment.