From 9d8542fd585e1fe561e09f99f9f58412fc94373d Mon Sep 17 00:00:00 2001 From: Jannik Pulfer Date: Tue, 12 Nov 2024 16:16:42 +0100 Subject: [PATCH] Format check in history dialogue --- .../support/helper/pom-helper/dialogs/checkInHistoryDialog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {