Skip to content

Commit

Permalink
ADM-909:[frontend]fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pfpatrick committed Apr 15, 2024
1 parent 13ceb46 commit 9787480
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ describe('DateRangePickerSection', () => {
});

it('should dispatch update configuration when remove the range', async () => {
setup();

const addButton = screen.getByLabelText('Button for adding date range');
await userEvent.click(addButton);
const ranges = screen.getAllByLabelText('Range picker row');
Expand Down

0 comments on commit 9787480

Please sign in to comment.