Skip to content
Snippets Groups Projects
Commit 05c706aa authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Added test for brush component

parent 13be14b5
No related branches found
No related tags found
No related merge requests found
......@@ -261,6 +261,10 @@ describe('Hydrograph charting and Loading indicators and data alerts', () => {
expect(selectAll('table .tooltip-item').size()).toBe(2);
});
it('should have brush element for the hydrograph', () => {
expect(selectAll('.brush').size()).toBe(1);
});
it('should not have tooltips for the select series table when the screen is large', (done) => {
store.dispatch(Actions.resizeUI(800, 800));
window.requestAnimationFrame(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment