SPB Git forge

spb/cancerindex

Public
37commits 1branches 0releases
2.9 MBsize
maindefault branch
10 days agolast push
TypeScript 97.2% SQL 1.5% CSS 0.6% JavaScript 0.5%

QA: weight cap for the BRAF biomarker page

Simon-Pierre Boucher committed 13 days ago (Sep 11, 2026) parent 4bae576

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