Skip to content

Commit ef3e631

Browse files
Update IndexTest.cs
1 parent 7c077c2 commit ef3e631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AudioCuesheetEditor.End2EndTests/Pages/IndexTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ await context.Tracing.StopAsync(new()
9999
Path = Path.Combine(
100100
Environment.CurrentDirectory,
101101
"playwright-traces",
102-
$"{TestContext.FullyQualifiedTestClassName}.{TestContext.TestName}.zip"
102+
$"{TestContext.FullyQualifiedTestClassName}.{TestContext.TestName}-{Guid.NewGuid()}.zip"
103103
)
104104
});
105105
await context.CloseAsync();

0 commit comments

Comments
 (0)