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 4a02242 commit 4d48da0Copy full SHA for 4d48da0
UiTests/AnyOrgOrPersonalUiTest/AnyOrgOrPersonalTest.cs
@@ -102,7 +102,7 @@ public async Task ChallengeUser_MicrosoftIdFlow_LocalApp_ValidEmailPasswordCreds
102
}
103
catch (Exception ex)
104
{
105
- //Adding guid incase of multiple test runs. This will allow screenshots to be matched to their appropriet test runs.
+ // Adding guid in case of multiple test runs. This will allow screenshots to be matched to their appropriate test runs.
106
var guid = Guid.NewGuid().ToString();
107
try
108
0 commit comments