Commit db7eb93
committed
fix(e2e): filter CDN integrity hash errors as non-critical
The test 'no critical console errors on homepage' was failing because
CDN-hosted prism.js and open-props CSS resources have stale integrity
hashes in headExtras. Browser blocks them with
'Failed to find a valid digest in the integrity attribute'.
These are external CDN infrastructure issues, not app bugs.
Add cdnjs.cloudflare.com and cdn.jsdelivr.net to the filter.1 parent 1042770 commit db7eb93
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| |||
0 commit comments