Skip to content

Commit 89854c4

Browse files
committed
added docstring
1 parent 167b79e commit 89854c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UiTests/Common/UiTestHelpers.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ public static async Task SuccessiveLogin_MicrosoftIdFlow_ValidEmailPassword(IPag
7373
await StaySignedIn_MicrosoftIdFlow(page, staySignedInText, output);
7474
}
7575

76+
/// <summary>
77+
/// Enters the email of the user to sign in.
78+
/// </summary>
79+
/// <param name="page">Playwright Page object the login is occurring on</param>
80+
/// <param name="email">The email to use for the login</param>
81+
/// <param name="output">Used to communicate output to the test's Standard Output</param>
7682
public static async Task EnterEmailAsync(IPage page, string email, ITestOutputHelper? output = null)
7783
{
7884
WriteLine(output, $"Logging in ... Entering and submitting user name: {email}.");

0 commit comments

Comments
 (0)