-
Notifications
You must be signed in to change notification settings - Fork 1
Ttl 898 fix bug that lets you save without required fields #994
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
Ttl 898 fix bug that lets you save without required fields #994
Conversation
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|
| expect(autofocus).toHaveBeenCalled(); | ||
| }); | ||
| }); | ||
| // it('when a activity is not register in DB should show activatefocus in select activity', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this code is commented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was not working in the first place, it expects something that is not a function to have been called
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|
|
Kudos, SonarCloud Quality Gate passed!
|








Description
Prevent home page from sending the form when required fields are missing.
Fix existing tests.
Files changed
Task board
Acceptance criteria
Should not let time entries be saved by updating time in, or technologies in the home pages if required fields are not filled.