mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -04:00
test updates
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user