We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9b691 commit 89a6e9fCopy full SHA for 89a6e9f
frontend/src/ts/test/test-logic.ts
@@ -405,7 +405,11 @@ export function restart(options = {} as RestartOptions): void {
405
} else if (Config.quickRestart === "esc") {
406
message = "Press shift + escape or use your mouse to confirm.";
407
}
408
- Notifications.add("Quick restart disabled. " + message, 0, 3);
+ Notifications.add(
409
+ `Quick restart disabled in long tests. ${message}`,
410
+ 0,
411
+ 3
412
+ );
413
return;
414
415
// }else{
0 commit comments