Skip to content
Re-run triggered September 10, 2024 18:45
Status Failure
Total duration 11m 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
./spec/services/spot/work_csv_service_spec.rb.Spot::WorkCSVService#csv is expected to eq "id,title,creator\nabc123,one title|two titles,\"Creator, Anne\"\n": spec/services/spot/work_csv_service_spec.rb#L45
expected: "id,title,creator\nabc123,one title|two titles,\"Creator, Anne\"\n" got: "id,title,creator\n\"\",\"\",\"\"\n" (compared using ==) Diff: @@ -1,3 +1,3 @@ id,title,creator -abc123,one title|two titles,"Creator, Anne" +"","",""
./spec/services/spot/work_csv_service_spec.rb.Spot::WorkCSVService#csv when no headers wanted is expected to eq "abc123,one title|two titles,\"Creator, Anne\"\n": spec/services/spot/work_csv_service_spec.rb#L50
expected: "abc123,one title|two titles,\"Creator, Anne\"\n" got: "\"\",\"\",\"\"\n" (compared using ==) Diff: @@ -1 +1 @@ -abc123,one title|two titles,"Creator, Anne" +"","",""
./spec/services/spot/work_csv_service_spec.rb.Spot::WorkCSVService#content is expected to eq "abc123,one title|two titles,\"Creator, Anne\"\n": spec/services/spot/work_csv_service_spec.rb#L31
expected: "abc123,one title|two titles,\"Creator, Anne\"\n" got: "\"\",\"\",\"\"\n" (compared using ==) Diff: @@ -1 +1 @@ -abc123,one title|two titles,"Creator, Anne" +"","",""
Lint + Test / Test
Process completed with exit code 1.
Lint + Test / Test
The following actions use a deprecated Node.js version and will be forced to run on node20: browser-actions/setup-geckodriver@latest, mikepenz/action-junit-report@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/