Add warning copy to User transfer form #5745
Annotations
10 errors and 6 warnings
test:
spec/acceptance/application_form_creation.feature#L12
Creating application forms I'm able to create innovation form Given settings with submission deadlines exists -> And I am eligible user -> When I create innovation form -> Then I should see qae form -> And I should see application edit link on dashboard
Failure/Error: Date.new(AwardYear.current.year - 1 - to, month + 1, 1)
Date::Error:
invalid date
|
test:
spec/controllers/form_controller_spec.rb#L25
FormController sends email after submission
Failure/Error: Date.new(AwardYear.current.year - 1 - to, month + 1, 1)
Date::Error:
invalid date
|
test:
spec/controllers/form_controller_spec.rb#L66
FormController#new_innovation_form allows to open innovation form
Failure/Error: Date.new(AwardYear.current.year - 1 - to, month + 1, 1)
Date::Error:
invalid date
|
test:
spec/controllers/form_controller_spec.rb#L113
FormController individual deadlines #new_innovation_form allows to create an application if innovation start deadline has past
Failure/Error: Date.new(AwardYear.current.year - 1 - to, month + 1, 1)
Date::Error:
invalid date
|
test:
spec/controllers/form_controller_spec.rb#L129
FormController#add_attachment adds attachment to the form answer
Failure/Error: Date.new(AwardYear.current.year - 1 - to, month + 1, 1)
Date::Error:
invalid date
|
test:
spec/features/users/eligibility_form_fulfillment_spec.rb#L43
Eligibility forms innovation process the eligibility form
Failure/Error: Date.new(AwardYear.current.year - 1 - to, month + 1, 1)
Date::Error:
invalid date
|
test:
spec/support/shared_contexts/pdf_file_checks.rb#L58
QaePdfForms::Awards2016::Innovation::Base PDF generation should include main header information
Failure/Error: Date.new(AwardYear.current.year - 1 - to, month + 1, 1)
Date::Error:
invalid date
Shared Example Group: "pdf file checks" called from ./spec/unit/pdf_generators/qae_pdf_forms/awards2014/innovation/base_spec.rb:5
|
test:
spec/support/shared_contexts/pdf_file_checks.rb#L64
QaePdfForms::Awards2016::Innovation::Base PDF generation should include steps headers
Failure/Error: Date.new(AwardYear.current.year - 1 - to, month + 1, 1)
Date::Error:
invalid date
Shared Example Group: "pdf file checks" called from ./spec/unit/pdf_generators/qae_pdf_forms/awards2014/innovation/base_spec.rb:5
|
test:
spec/support/shared_contexts/pdf_file_checks.rb#L80
QaePdfForms::Awards2016::Innovation::Base PDF generation should include answers with question titles
Failure/Error: Date.new(AwardYear.current.year - 1 - to, month + 1, 1)
Date::Error:
invalid date
Shared Example Group: "pdf file checks" called from ./spec/unit/pdf_generators/qae_pdf_forms/awards2014/innovation/base_spec.rb:5
|
test
Process completed with exit code 1.
|
test
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test:
spec/features/users/form_answers/audit_certificate_request_spec.rb#L63
Verification of Commercial Figures
As a User
I want to be able to download an Verification of Commercial Figures
So that I can check, complete it and then upload it to application
Download Verification of Commercial Figures prefilled with my financial data should generate pdf file
Skipped: Temporarily skipped with xit
|
test:
spec/models/audit_log_spec.rb#L4
AuditLog add some examples to (or delete) /home/runner/work/qae/qae/spec/models/audit_log_spec.rb
Skipped: Not yet implemented
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|