test updates

This commit is contained in:
Jonathan Bobel
2024-08-08 16:53:56 -04:00
parent 3e472e0a97
commit 45bc6a9173
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ test('SVG bars are created and animated correctly', done => {
// Initial check
const sentBar = svg.querySelector('rect[fill="#0076d6"]');
const remainingBar = svg.querySelector('rect[fill="#fa9441"]');
const remainingBar = svg.querySelector('rect[fill="#C7CACE"]');
expect(sentBar).not.toBeNull();
expect(remainingBar).not.toBeNull();