diff --git a/src/browser/history/utils.ts b/src/browser/history/utils.ts index d3e7cde7d..239137447 100644 --- a/src/browser/history/utils.ts +++ b/src/browser/history/utils.ts @@ -4,7 +4,7 @@ import _ from "lodash"; import { TestStep, TestStepKey } from "../../types"; import { TimeTravelMode } from "../../config"; -const MAX_STRING_LENGTH = 50; +const MAX_STRING_LENGTH = 500; type HookFunctions = { fn: () => T;