Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Feb 15, 2021
1 parent 70d6e55 commit 3f7b62e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
DATE_PICKER_START_DATE_POPOVER_BUTTON,
DATE_PICKER_START_DATE_POPOVER_BUTTON_TIMELINE,
} from '../screens/date_picker';
import { TIMELINE_FLYOUT_HEADER } from '../screens/timeline';

export const setEndDate = (date: string) => {
cy.get(DATE_PICKER_END_DATE_POPOVER_BUTTON).click({ force: true });
Expand Down

0 comments on commit 3f7b62e

Please sign in to comment.