[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-06-20 04:10:10 +00:00
committed by GitHub
parent 4b2d3289b9
commit e73feb5045
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export type E2EAccount = {
password: string;
};
export function createRunSlug(testInfo: TestInfo) {
function createRunSlug(testInfo: TestInfo) {
const worker = testInfo.workerIndex;
const title = sanitize(testInfo.titlePath.join("-")).slice(0, 32);
const suffix = `${Date.now().toString(36)}-${Math.random().toString(36).slice(2, 8)}`;