diff --git a/frontend/cypress/support/helper/pom-helper/dialogs/checkInHistoryDialog.ts b/frontend/cypress/support/helper/pom-helper/dialogs/checkInHistoryDialog.ts index 2fb73f2ed2..0a228f7840 100644 --- a/frontend/cypress/support/helper/pom-helper/dialogs/checkInHistoryDialog.ts +++ b/frontend/cypress/support/helper/pom-helper/dialogs/checkInHistoryDialog.ts @@ -1,5 +1,5 @@ import Dialog from './dialog'; -import CheckInDialog from "./checkInDialog"; +import CheckInDialog from './checkInDialog'; export default class CheckInHistoryDialog extends Dialog { override submit() {