build(deps-dev): bump rubocop from 1.81.6 to 1.81.7 #6502
Annotations
2 errors and 4 warnings
|
test
Process completed with exit code 1.
|
|
test:
spec/system/task_file_system_spec.rb#L17
TaskContributionController .attach_parent_blob when a file is not changed sets the parent blob
Failure/Error: expect(page).to have_content(I18n.t('common.notices.object_created', model: TaskContribution.model_name.human))
expected to find text "Task Contribution has successfully been created." in "CodeHarbor\nTasks\nCollections\nGroups\nEnglish\ntest_324@test.de\nLog out\nNew title\n1Basic Information\nTitle:\nNew title\nProgramming Language:\nNone\nDescription:\ndescription\n2Additional Information\n3Contribution Information\n4Files\nimage\n5Tests\nNo Tests included\n6Model Solutions\nNo Model Solutions present\nSave tasks for later by adding them to a collection.\nAdd to Collection\nDownload this task as a ZIP file.\nDownload ZIP\nExport\nView contributions linked to this task.\nView Related Contributions\nShow Comments\nEdit\nDecouple\nGenerate Unit Tests\nBack\nMore Information\nAbout CodeHarbor\n© Hasso Plattner Institute - Imprint - Privacy Policy\nAbout CodeHarbor\nCodeHarbor allows to share, rate, and discuss auto-gradable programming exercises with colleagues. Re-use existing exercises, clone exercises and adjust them to your needs. Translate them to another human language or port them to another programming language. Always keep full control with whom you share.". (However, it was found 1 time including non-visible text.)
[Screenshot Image]: /home/runner/work/codeharbor/codeharbor/tmp/screenshots/failures_r_spec_example_groups_task_contribution_controller_attach_parent_blob_when_a_file_is_not_changed_sets_the_parent_blob_490.png
|
|
test:
spec/services/proforma_service/import_task_spec.rb#L82
ProformaService::ImportTask#execute when task with same uuid exists in db when user does not own task when user is an author of task creates a predecessor for task
Failure/Error: before { task.authors << user }
NoMethodError:
undefined method 'authors' for an instance of Task
|
|
test:
spec/services/proforma_service/import_task_spec.rb#L78
ProformaService::ImportTask#execute when task with same uuid exists in db when user does not own task when user is an author of task changes existing task
Failure/Error: before { task.authors << user }
NoMethodError:
undefined method 'authors' for an instance of Task
|
|
test:
spec/services/proforma_service/import_task_spec.rb#L74
ProformaService::ImportTask#execute when task with same uuid exists in db when user does not own task when user is an author of task creates a new task
Failure/Error: before { task.authors << user }
NoMethodError:
undefined method 'authors' for an instance of Task
|
|
test:
spec/services/proforma_service/import_task_spec.rb#L56
ProformaService::ImportTask#execute when task with same uuid exists in db creates a predecessor for task
Failure/Error: expect { import_proforma_task }.to change { task.reload.predecessor }.from(nil).to(be_an(Task))
NoMethodError:
undefined method 'predecessor' for an instance of Task
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
screenshots
|
68.5 KB |
sha256:1a74bcc5c7431130fc0be772411237ec34bcd24a9384d0e26fdff11db50e5fae
|
|