Skip to content
Snippets Groups Projects
Commit be670149 authored by Briggs, Aaron Shane's avatar Briggs, Aaron Shane
Browse files

cleaning

parent c97383c6
No related branches found
No related tags found
No related merge requests found
......@@ -137,8 +137,6 @@ const TEST_STATE = {
ivTimeSeriesState: {
currentIVVariableID: '45807197',
currentIVDateRange: 'P7D',
userInputCustomTimeRangeSelectionButton: 'days-input',
userInputTimeRangeSelectionButton: 'P7D',
userInputsForTimeRange: {
mainTimeRangeSelectionButton: 'P7D',
customTimeRangeSelectionButton: 'days-input',
......@@ -179,10 +177,8 @@ describe('monitoring-location/components/hydrograph/date-controls', () => {
expect(dateRangeContainer.size()).toBe(1);
expect(dateRangeContainer.selectAll('input[type=radio]').size()).toBe(4);
expect(subSelectionRadioButtonsContainer.size()).toBe(1);
expect(subSelectionRadioButtonsContainer.selectAll('input[type=radio]').size()).toBe(2);
expect(customDateDiv.attr('hidden')).toBe('true');
});
......@@ -243,8 +239,6 @@ describe('monitoring-location/components/hydrograph/date-controls', () => {
);
});
it('Expects an alert if no number is entered in days before today form field.', () => {
select('#custom-date-submit-days').dispatch('click');
......
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