test(devtools): revive cypress tests (#61972)

Previously these tests would run automatically when Angular DevTools lived in another repo. These files have continued to live here but have not been running automatically on each PR.

Now, these test files have been revived to run properly with our changes since the repo merge. This is a first step to reviving our e2e testing.

Next steps include writing cypress tests for new features like Injector Graph, Router tree, signals visualizations, etc.

PR Close #61972
This commit is contained in:
AleksanderBodurri
2025-06-15 19:10:52 -04:00
committed by Jessica Janiuk
parent c4dd258658
commit 75d246e03c
18 changed files with 179 additions and 148 deletions
@@ -23,7 +23,7 @@
</div>
}
@for (panel of panels(); track $index) {
<div class="mat-accordion-content" cdkDrag>
<div class="mat-accordion-content" [id]="panel.title()" cdkDrag>
@if (panel.controls().dataSource.data.length > 0) {
<mat-expansion-panel [expanded]="true">
<mat-expansion-panel-header collapsedHeight="28px" expandedHeight="28px">