Re-work displaying assessment errors #3608
Annotations
7 errors and 8 warnings
spec/controllers/assessor/assessment_submissions_controller_spec.rb#L15
Assessor::AssessmentSubmissionsController POST create should create a resource
Failure/Error: render_flash_message_for(resource, message: resource.errors.none? ? nil : resource.errors.full_messages.join(", "))
NoMethodError:
undefined method `render_flash_message_for' for #<Assessor::AssessmentSubmissionsController:0x000000000516a8>
|
spec/support/shared_contexts/appraisal_form_context.rb#L25
Admin submits appraisal form
As Admin
I want to be able to edit, submit the appraisal form.
behaves like successful appraisal form edition Description change updates the description
Failure/Error: expect(page).to have_selector(".form-value p", text: text, count: 1)
expected to find css ".form-value p" within #<Capybara::Node::Element tag="div" path="/HTML/BODY[1]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/DIV[2]/DIV[2]/DIV[1]/DIV[2]/DIV[2]/DIV[1]/DIV[1]/DIV[3]/DIV[2]"> 1 time but there were no matches
Shared Example Group: "successful appraisal form edition" called from ./spec/features/admin/form_answers/appraisal_form_submission_spec.rb:14
|
spec/support/shared_contexts/appraisal_form_context.rb#L32
Admin submits appraisal form
As Admin
I want to be able to edit, submit the appraisal form.
behaves like successful appraisal form edition Description change multiple descriptions change updates the form in separation
Failure/Error: expect(page).to have_content(text2)
expected to find text "should be saved" in "Level of innovation:\nSelect RAG\nWord count: 0\nCancel\nSave\nExtent of value added:\nSelect RAG\nWord count: 0\nCancel\nSave\nImpact of innovation:\nSelect RAG\nWord count: 0\nCancel\nSave\nCorporate social responsibility (section D):\nSelect RAG\nWord count: 0\nCancel\nSave\nOverall verdict:\nSelect verdict\nWord count: 3\nCancel\nSave"
Shared Example Group: "successful appraisal form edition" called from ./spec/features/admin/form_answers/appraisal_form_submission_spec.rb:14
|
spec/support/shared_contexts/appraisal_form_context.rb#L25
Assessor submits appraisal form
As Assessor
I want to be able to edit, submit the appraisal form.
behaves like successful appraisal form edition Description change updates the description
Failure/Error: expect(page).to have_selector(".form-value p", text: text, count: 1)
expected to find css ".form-value p" within #<Capybara::Node::Element tag="div" path="/HTML/BODY[1]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/DIV[2]/DIV[2]/DIV[1]/DIV[2]/DIV[2]/DIV[1]/DIV[1]/DIV[3]/DIV[2]"> 1 time but there were no matches
Shared Example Group: "successful appraisal form edition" called from ./spec/features/assessor/appraisal_form_submission_spec.rb:14
|
spec/support/shared_contexts/appraisal_form_context.rb#L32
Assessor submits appraisal form
As Assessor
I want to be able to edit, submit the appraisal form.
behaves like successful appraisal form edition Description change multiple descriptions change updates the form in separation
Failure/Error: expect(page).to have_content(text2)
expected to find text "should be saved" in "Level of innovation:\nSelect RAG\nWord count: 0\nCancel\nSave\nExtent of value added:\nSelect RAG\nWord count: 0\nCancel\nSave\nImpact of innovation:\nSelect RAG\nWord count: 0\nCancel\nSave\nCorporate social responsibility (section D):\nSelect RAG\nWord count: 0\nCancel\nSave\nOverall verdict:\nSelect verdict\nWord count: 3\nCancel\nSave"
Shared Example Group: "successful appraisal form edition" called from ./spec/features/assessor/appraisal_form_submission_spec.rb:14
|
spec/features/assessor/appraisal_form_submission_spec.rb#L24
Assessor submits appraisal form
As Assessor
I want to be able to edit, submit the appraisal form.
Form submission submits the form
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-node@v2-beta. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
spec/features/users/form_answers/audit_certificate_request_spec.rb#L48
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
|
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
|
spec/validators/advanced_email_validator_spec.rb#L49
AdvancedEmailValidator allows correct e-mail addresses
|
spec/validators/advanced_email_validator_spec.rb#L61
AdvancedEmailValidator DNS checks for domain checks for the existence of an MX record for the domain
|
spec/validators/advanced_email_validator_spec.rb#L70
AdvancedEmailValidator DNS checks for domain doesn't return an error when the MX lookup timed out
|
spec/validators/advanced_email_validator_spec.rb#L95
AdvancedEmailValidator bounced addresses prevents validation on an e-mail address marked as bounced in sendgrid
|
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/
|
The logs for this run have expired and are no longer available.
Loading