Skip to content

Commit

Permalink
geosolutions-it#9706: Allow time range filtering for Attribute Table …
Browse files Browse the repository at this point in the history
…quick filter

* Description:
- Fix FE test failure
  • Loading branch information
mahmoudadel54 committed Dec 18, 2023
1 parent 820517c commit 322d3d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ describe('DateTimePickerWithRange component', () => {
ReactDOM.render(<DateTimePickerWithRange type="date-time" calendar operator="=" />, document.getElementById("container"));
const container = document.getElementById('container');
const el = container.querySelector('.rw-datetimepicker.range-time-input.rw-widget');
const clockIcon = container.querySelector('.rw-i.rw-i-calendar');
const dateTimeIcon = container.querySelector('.glyphicon-date-time');
expect(el).toExist();
expect(clockIcon).toExist();
expect(dateTimeIcon).toExist();
});

it('DateTimePickerWithRange show calendar on calendar button click', function() {
Expand Down

0 comments on commit 322d3d4

Please sign in to comment.