fix(lab): overlay full route semantic masks

This commit is contained in:
DCCONSTRUCTIONS
2026-08-29 14:19:32 +03:00
parent 0a0cde7b0e
commit d7d9485724
2 changed files with 13 additions and 10 deletions
@@ -384,6 +384,7 @@ test("vegetation realtime LAB and archival benchmark use separate admitted instr
assert.match(resultSource, /RAVNOVES004TREE mixed route review/);
assert.match(resultSource, /RAVNOVES004TREE full recorded review/);
assert.match(resultSource, /LaboratoryRecordedClipPlayer/);
assert.match(resultSource, /className="m48-clip-player__overlay"/);
assert.match(resultSource, /linkedTgsResultId/);
assert.match(benchmarkSource, /M48MaskComparisonVisual/);
assert.doesNotMatch(benchmarkSource, /M49TgsFullShadowEvidence/);