work on e2e testability of things

This commit is contained in:
Joel Wetzell
2026-05-18 18:24:16 -05:00
parent 26631d3bc2
commit 5e22cbfbdd
8 changed files with 48 additions and 3 deletions
+2
View File
@@ -23,6 +23,8 @@
<div
class="flex items-center justify-center hover:bg-gray-700 hover:cursor-pointer"
(click)="delete.emit()"
role="button"
aria-label="Delete Route"
>
<mat-icon class="text-red-500!">close</mat-icon>
</div>