Make cypress tests more stable #981
Labels
dev: tests
feature: Testing/Error
level: medium
pbv: dev
All engineering issues
priority: Could Have
role: front-end
Front End Developer
size: missing
system update
Release Note: Shows as System Update
Milestone
Overview
We need to have Cypress tests to make sure that if a developer makes changes to the website and there is an error it can be identified as a bug to be fixed.
Detail
Cypress tests are randomly failing on input fields where inputs aren't loaded or saved correctly. We're currently doing get.type for inputs. I'm thinking adding the "should" will add extra wait time and make the tests more stable. There's a lot of lines to update in the code.
Action Items
Resources/Instructions
See the last line in the code box for an example
https://docs.cypress.io/api/commands/type#Event-Cancellation
The text was updated successfully, but these errors were encountered: