generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seedlot Reg Form Step 1 and 3 tests #1040
Comments
Rolled over to sprint 30 from 29. |
|
|
Completed:
|
Very nice to see these comments! Good job @ngunner15 |
3 tasks
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement Cypress tests for Step 1 Collection and Step 3 Interim Storage
Make a new Cypress spec file, name it
a-class-seedlot-reg-form.cy.ts
Carefully analyze all the interactions can be possibly be done by a user then start implementing.

Make sure to test all possible scenarios, for example:
For this input, the error message should be visible when the value is lower than 0, higher than 10,000 or having more than 3 decimal places.
Navigate between the steps by interacting with the progress bar

Tasks:
it()
are needed for this task:The text was updated successfully, but these errors were encountered: