Skip to content

Commit 30fd8cc

Browse files
committed
fix trace filename
1 parent 97c12ac commit 30fd8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UiTests/AnyOrgOrPersonalUiTest/AnyOrgOrPersonalTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class AnyOrgOrPersonalTest : IClassFixture<InstallPlaywrightBrowserFixtur
2121
{
2222
private const string SignOutPageUriPath = @"/MicrosoftIdentity/Account/SignedOut";
2323
private const uint ClientPort = 44321;
24-
private const string TraceFileClassName = "AnyOrgOrPersonalUiTest";
24+
private const string TraceFileClassName = "AnyOrgOrPersonal";
2525
private const uint NumProcessRetries = 3;
2626
private const string SampleSlnFileName = "1-3-AnyOrgOrPersonal.sln";
2727
private readonly LocatorAssertionsToBeVisibleOptions _assertVisibleOptions = new() { Timeout = 25000 };

0 commit comments

Comments
 (0)