Commit 2df1ea9
committed
fix: resolve Playwright test failures — DOM cleanup and aria-label HTML stripping
- Fix test cleanup: removeChild was called on already-removed container
after loop, causing NotFoundError in CI
- Fix NodeCard aria-label: use regex to strip HTML tags from label so
aria-label contains plain text only (e.g. 'SFO Edge Router' not
'<b>SFO</b> Edge Router')1 parent ddc63e4 commit 2df1ea9
2 files changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | 113 | | |
116 | 114 | | |
117 | 115 | | |
| |||
0 commit comments