Copy changes to step A of application #3034
Annotations
10 errors and 10 warnings
test:
spec/features/admin/form_answers/filtering_by_status_spec.rb#L124
As Admin I want to filter applications filters by activity
Failure/Error: expect(page).to have_selector(".applications-table tbody tr", count: n)
expected to find visible css ".applications-table tbody tr" 1 time, found 4 matches: "Bit Zesty\nNot submitted N1 9PF Kent\nArts and Media\nArts and Media\nNot assigned\n\nView", "Bit Zesty\nNomination in progress...100% N1 9PF Angus\nSport\nArts and Media\nNot assigned\n\nView", "Bit Zesty\nIneligible - questionnaire N1 9PF Angus\nSport\nArts and Media\nNot assigned\n\nView", "Bit Zesty\nNomination in progress...100% N1 9PF Angus\nSport\nArts and Media\nNot assigned\n\nView"
|
test:
spec/features/assessor/filtering_spec.rb#L26
As Assessor I want to filter applications filters by activity
Failure/Error: expect(page).to have_selector(".applications-table tbody tr", count: n)
expected to find visible css ".applications-table tbody tr" 1 time, found 4 matches: "Bit Zesty Arts and Media\nArts and Media\nView", "Bit Zesty Sport\nArts and Media\nView", "Bit Zesty Sport\nArts and Media\nView", "Bit Zesty Sport\nArts and Media\nView"
|
test:
spec/features/lieutenant/filtering_spec.rb#L25
As Lieutenant I want to filter applications filters by activity
Failure/Error: expect(page).to have_selector(".applications-table tbody tr", count: n)
expected to find visible css ".applications-table tbody tr" 1 time, found 4 matches: "Bit Zesty Eligible by admin N1 9PF Arts and Media\nArts and Media\nView", "Bit Zesty Eligible by admin N1 9PF Sport\nArts and Media\nView", "Bit Zesty Eligible by admin N1 9PF Sport\nArts and Media\nView", "Bit Zesty Eligible by admin N1 9PF Sport\nArts and Media\nView"
|
test:
spec/mailers/account_mailers/notify_successful_nominations_mailer_spec.rb#L16
AccountMailers::NotifySuccessfulNominationsMailer#notify renders the headers
Failure/Error: let(:form_answer) { create :form_answer, :awarded, user: user }
ActiveRecord::RecordInvalid:
Validation failed: Answers invalid! Errors: {:secondary_activity=>"Can't be blank."}
|
test:
spec/mailers/account_mailers/notify_successful_nominations_mailer_spec.rb#L22
AccountMailers::NotifySuccessfulNominationsMailer#notify renders the body
Failure/Error: let(:form_answer) { create :form_answer, :awarded, user: user }
ActiveRecord::RecordInvalid:
Validation failed: Answers invalid! Errors: {:secondary_activity=>"Can't be blank."}
|
test:
spec/mailers/account_mailers/notify_unsuccessful_nominations_mailer_spec.rb#L16
AccountMailers::NotifyUnsuccessfulNominationsMailer#notify renders the headers
Failure/Error: let(:form_answer) { create :form_answer, :not_awarded, user: user }
ActiveRecord::RecordInvalid:
Validation failed: Answers invalid! Errors: {:secondary_activity=>"Can't be blank."}
|
test:
spec/mailers/account_mailers/notify_unsuccessful_nominations_mailer_spec.rb#L22
AccountMailers::NotifyUnsuccessfulNominationsMailer#notify renders the body
Failure/Error: let(:form_answer) { create :form_answer, :not_awarded, user: user }
ActiveRecord::RecordInvalid:
Validation failed: Answers invalid! Errors: {:secondary_activity=>"Can't be blank."}
|
test:
spec/mailers/group_leader_mailers/buckingham_palace_invite_mailer_spec.rb#L23
GroupLeadersMailers::BuckinghamPalaceInviteMailer#notify renders the headers
Failure/Error: let(:form_answer) { create :form_answer, :awarded }
ActiveRecord::RecordInvalid:
Validation failed: Answers invalid! Errors: {:secondary_activity=>"Can't be blank."}
|
test:
spec/mailers/group_leader_mailers/buckingham_palace_invite_mailer_spec.rb#L29
GroupLeadersMailers::BuckinghamPalaceInviteMailer#notify renders the body
Failure/Error: let(:form_answer) { create :form_answer, :awarded }
ActiveRecord::RecordInvalid:
Validation failed: Answers invalid! Errors: {:secondary_activity=>"Can't be blank."}
|
test:
spec/mailers/group_leader_mailers/notify_unsuccessful_nominations_mailer_spec.rb#L20
GroupLeadersMailers::NotifyUnsuccessfulNominationsMailer#notify renders the headers
Failure/Error: let(:form_answer) { create :form_answer, :not_awarded }
ActiveRecord::RecordInvalid:
Validation failed: Answers invalid! Errors: {:secondary_activity=>"Can't be blank."}
|
test
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/
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, actions/setup-node@v2-beta. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test:
spec/controllers/assessor/reports_controller_spec.rb#L12
Assessor::ReportsController GET index
Failure/Error:
it "should render template" do
get :index
expect(response).to render_template("index")
end
`it` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block).
|
test:
spec/controllers/assessor/reports_controller_spec.rb#L19
Assessor::ReportsController GET show
Failure/Error:
it "renders the show template" do
get :show, params: { id: 'feedbacks', category: 'trade' }, :format => 'pdf'
expect(response.content_type).to eq('application/pdf')
get :show, params: { id: 'case_summaries',category: 'trade' }, :format => 'csv'
expect(response.content_type).to eq('text/csv')
end
`it` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block).
|
test:
spec/features/assessor/fulfills_the_draft_notes_spec.rb#L16
Assessor fulfills the draft notes. fulfills the draft notes form
Failure/Error: @form_answer ||= current_assessor.applications_scope(@award_year).includes(:assessor_assignments).find(params[:id]).decorate
ActiveRecord::RecordNotFound:
Couldn't find FormAnswer with 'id'=1 [WHERE "form_answers"."award_year_id" = $1 AND "form_answers"."state" IN ($2, $3, $4, $5, $6, $7, $8) AND "form_answers"."sub_group" = $9]
|
test:
spec/validators/advanced_email_validator_spec.rb#L49
AdvancedEmailValidator allows correct e-mail addresses
|
test:
spec/validators/advanced_email_validator_spec.rb#L61
AdvancedEmailValidator DNS checks for domain checks for the existence of an MX record for the domain
|
test:
spec/validators/advanced_email_validator_spec.rb#L70
AdvancedEmailValidator DNS checks for domain doesn't return an error when the MX lookup timed out
|
test:
spec/validators/advanced_email_validator_spec.rb#L95
AdvancedEmailValidator bounced addresses prevents validation on an e-mail address marked as bounced in sendgrid
|
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/
|