Commit ca45cbc
fix(tests): use real MatExpansionModule in add-journey-dialog spec
MockModule(MatExpansionModule) doesn't properly render content
projection slots, causing formControlName bindings inside the
panel body to fail. Use the real module with NoopAnimationsModule.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8853198 commit ca45cbc
File tree
1 file changed
+4
-2
lines changed- observability_ui/apps/shell/src/app/projects/journeys/add-journey-dialog
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments