Skip to content

feat: fine row deletion #2574

feat: fine row deletion

feat: fine row deletion #2574

Triggered via pull request January 8, 2025 14:20
Status Failure
Total duration 1m 43s
Artifacts

ci-main.yaml

on: pull_request
test_lint
36s
test_lint
Matrix: test
test-e2e
0s
test-e2e
Check if version upgrade
0s
Check if version upgrade
build-deploy-assets
0s
build-deploy-assets
Check if tag exists
0s
Check if tag exists
create_github_release
0s
create_github_release
publish_on_npm
0s
publish_on_npm
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
src/components/RosterForLoop/RosterForLoop.spec.tsx > RosterForLoop > renders the right number of columns: src/components/RosterForLoop/RosterForLoop.spec.tsx#L39
Error: Snapshot `RosterForLoop > renders the right number of columns 1` mismatched - Expected + Received @@ -93,16 +93,20 @@ /> </td> </tr> </tbody> </table> - <input + <div + class="button-loop" + > + <input - class="button-lunatic" + class="button-lunatic" - type="button" + type="button" - value="Add row" + value="Add row" - /> + /> - <input + <input - class="button-lunatic" + class="button-lunatic" - type="button" + type="button" - value="Remove row" + value="Remove row" - /> + /> + </div> </div> ❯ src/components/RosterForLoop/RosterForLoop.spec.tsx:39:21
Test with Node v20 on ubuntu-latest
Process completed with exit code 1.
test_lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test with Node v20 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636