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 97c12ac commit 30fd8ccCopy full SHA for 30fd8cc
UiTests/AnyOrgOrPersonalUiTest/AnyOrgOrPersonalTest.cs
@@ -21,7 +21,7 @@ public class AnyOrgOrPersonalTest : IClassFixture<InstallPlaywrightBrowserFixtur
21
{
22
private const string SignOutPageUriPath = @"/MicrosoftIdentity/Account/SignedOut";
23
private const uint ClientPort = 44321;
24
- private const string TraceFileClassName = "AnyOrgOrPersonalUiTest";
+ private const string TraceFileClassName = "AnyOrgOrPersonal";
25
private const uint NumProcessRetries = 3;
26
private const string SampleSlnFileName = "1-3-AnyOrgOrPersonal.sln";
27
private readonly LocatorAssertionsToBeVisibleOptions _assertVisibleOptions = new() { Timeout = 25000 };
0 commit comments