You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Components/test/E2ETest/Infrastructure/WebDriverExtensions/BasicTestAppAuthenticationWebDriverExtensions.cs
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,11 @@ public static void SignInAs(this IWebDriver browser, Uri baseUri, string usernam
22
22
{
23
23
// Some tests need to change the authentication state without discarding the
24
24
// original page, but this adds several seconds of delay
0 commit comments