feat: fine row deletion #2574
ci-main.yaml
on: pull_request
test_lint
36s
Matrix: test
build-deploy-assets
0s
publish_on_npm
0s
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
|