Skip to content

Commit

Permalink
Format keyresult detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Nov 12, 2024
1 parent e24f880 commit effa2f4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Page } from './page';
import CyOverviewPage from "./overviewPage";
import CheckInDialog from "../dialogs/checkInDialog";
import KeyResultDialog from "../dialogs/keyResultDialog";
import CyOverviewPage from './overviewPage';
import CheckInDialog from '../dialogs/checkInDialog';
import KeyResultDialog from '../dialogs/keyResultDialog';

export default class KeyresultDetailPage extends Page {
elements = {
Expand Down Expand Up @@ -38,7 +38,7 @@ export default class KeyresultDetailPage extends Page {
}

close(): void {
this.elements.closeDrawer().click({force: true});
this.elements.closeDrawer().click({ force: true });
}

visitOverview(): void {
Expand Down

0 comments on commit effa2f4

Please sign in to comment.