Skip to content

Commit e8a5398

Browse files
Update UiTests/Common/UiTestHelpers.cs
Co-authored-by: Westin Musser <[email protected]>
1 parent 4d48da0 commit e8a5398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UiTests/Common/UiTestHelpers.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public static async Task FillEntryBox(ILocator entryBox, string entryText)
136136
await entryBox.FillAsync(entryText);
137137
await entryBox.PressAsync("Enter");
138138
}
139+
139140
private static void WriteLine(ITestOutputHelper? output, string message)
140141
{
141142
if (output != null)

0 commit comments

Comments
 (0)