QA: weight cap for the BRAF biomarker page
1 changed file +1 −1
modified
apps/web/qa/smoke.mjs
+1 −1
@@ -52,7 +52,7 @@ const ROUTES = [ | ||
| 52 | 52 | { path: '/methodology/trial-map', expect: ['ISO'] }, |
| 53 | 53 | { path: '/pulse', expect: ['What changed in cancer', 'Phase III'] }, |
| 54 | 54 | { path: '/biomarkers', expect: ['Biomarkers', 'HER2'] }, |
| 55 | − { path: '/biomarker/braf-v600e', expect: ['BRAF', 'NCIt'] }, | |
| 55 | + { path: '/biomarker/braf-v600e', expect: ['BRAF', 'NCIt'], maxKb: 900 }, | |
| 56 | 56 | { path: '/api/v1/biomarkers?limit=3', expect: ['data'], kind: 'json', optionalLocal: true }, |
| 57 | 57 | { path: '/year/2025', expect: ['2025 in cancer', 'Phase III'] }, |
| 58 | 58 | { path: '/country/canada', expect: ['Clinical trial activity in Canada', 'Oncology approval records'] }, |
| 59 | 59 | |