Skip to content

Commit

Permalink
fix path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
etanb committed Aug 26, 2024
1 parent 30ab9c3 commit 1c38d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend-react/e2e/spec/all/daily-data-page-user-flow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import {
setTime,
startDate,
startTime,
} from "../../pages/daily-data";
import { URL_REPORT_DETAILS } from "../../pages/report-details";
} from "../../pages/authenticated/daily-data.js";
import { URL_REPORT_DETAILS } from "../../pages/authenticated/report-details.js";
import { test as baseTest } from "../../test";

const defaultStartTime = "9:00am";
Expand Down

0 comments on commit 1c38d2b

Please sign in to comment.