GSA / px-benefit-finder

1 stars 1 forks source link

Remove all `cy.wait` values in pipeline #1863

Open scottqueen-bixal opened 1 month ago

scottqueen-bixal commented 1 month ago

Description

let's opt over to checks rather than arbitrary times on cypress async tasks

ie. get by update in DOM

cy.get([data-testid="dom-ready"])

User Story

No response

Acceptance Criteria