diff --git a/frontend/src/ts/components/modals/CustomTestDurationModal.tsx b/frontend/src/ts/components/modals/CustomTestDurationModal.tsx index a8860ab0070a..6ff0865e1a84 100644 --- a/frontend/src/ts/components/modals/CustomTestDurationModal.tsx +++ b/frontend/src/ts/components/modals/CustomTestDurationModal.tsx @@ -7,6 +7,7 @@ import { restartTestEvent } from "../../events/test"; import { hideModalAndClearChain } from "../../states/modals"; import { showNoticeNotification } from "../../states/notifications"; import { AnimatedModal } from "../common/AnimatedModal"; +import { CommandlineHotkey } from "../hotkeys/CommandlineHotkey"; import { InputField } from "../ui/form/InputField"; import { SubmitButton } from "../ui/form/SubmitButton"; @@ -92,8 +93,7 @@ export function CustomTestDurationModal(): JSXElement {
You can start an infinite test by inputting 0. Then, to stop the test, use the Bail Out feature: -
(esc or ctrl/cmd + shift +{" "} - p > Bail Out) +
( > Bail Out) You can start an infinite test by inputting 0. Then, to stop the test, use the Bail Out feature: -
(esc or ctrl/cmd + shift +{" "} - p > Bail Out) +
( > Bail Out)