Skip to content
Snippets Groups Projects
Commit c3e17213 authored by Williams, Darius Shamar's avatar Williams, Darius Shamar
Browse files

Merge branch 'wdfn-768' of code.usgs.gov:dswilliams/waterdataui into wdfn-768

parent 827a59c7
No related branches found
No related tags found
1 merge request!421Wdfn 768 - Convert the legend component to vue
...@@ -90,7 +90,15 @@ describe('monitoring-location/components/hydrograph/legend module', () => { ...@@ -90,7 +90,15 @@ describe('monitoring-location/components/hydrograph/legend module', () => {
it('Expects that the legend has the expected text', () => { it('Expects that the legend has the expected text', () => {
let text = wrapper.findAll('text'); let text = wrapper.findAll('text');
expect(text[0].text()).toBe('Current:');
expect(text[1].text()).toBe('Approved');
expect(text[2].text()).toBe('Estimated');
expect(text[3].text()).toBe('Provisional');
expect(text[4].text()).toBe('Ice Affected');
expect(text[5].text()).toBe('Field visit:');
expect(text[6].text()).toBe('Provisional');
expect(text[7].text()).toBe('Approved');
expect(text[8].text()).toBe('Revised');
}); });
}); });
}); });
\ No newline at end of file
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