This commit is contained in:
Beverly Nguyen
2025-01-21 16:17:44 -08:00
parent fb1609e71c
commit 38675e88dd

View File

@@ -135,7 +135,7 @@ test('Check HTML content after chart creation', () => {
expect(barGroups.length).toBe(3);
const pendingBars = Array.from(bars).filter(bar =>
bar.parentNode.getAttribute('fill') === '#808080'
bar.parentNode.getAttribute('fill') === '#C7CACE'
);
expect(pendingBars.length).toBe(labels.length);
});