Scatterplot coloring of base releases
Test and deploy / deploy (push) Successful in 30s

This commit is contained in:
2026-07-29 10:38:14 -05:00
parent e707088706
commit 60d0621750
5 changed files with 50 additions and 3 deletions
+2
View File
@@ -63,5 +63,7 @@ test('renders the graph without displaying the legacy release tables', () => {
assert.match(html, /src="js\/statistics\.js"/);
assert.match(html, /id="issue-plot-canvas"/);
assert.match(html, />Base release</);
assert.match(html, />Hotfix release</);
assert.doesNotMatch(html, /class="stats-product"/);
});