mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Test update
This commit is contained in:
@@ -57,7 +57,7 @@ test('SVG element is correctly set up', done => {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
const svg = document.getElementById('totalMessageChart');
|
const svg = document.getElementById('totalMessageChart');
|
||||||
expect(svg.getAttribute('width')).toBe('600');
|
expect(svg.getAttribute('width')).toBe('600');
|
||||||
expect(svg.getAttribute('height')).toBe('64');
|
expect(svg.getAttribute('height')).toBe('48');
|
||||||
done();
|
done();
|
||||||
}, 1000); // Ensure enough time for the DOM updates
|
}, 1000); // Ensure enough time for the DOM updates
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user