Skip to content

Commit adf9223

Browse files
committed
removing the noReload parameter from WebDriverExtensions.Navigate
1 parent ba3460a commit adf9223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/test/E2ETest/Infrastructure/WebDriverExtensions/WebDriverExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest;
77

88
internal static class WebDriverExtensions
99
{
10-
public static void Navigate(this IWebDriver browser, Uri baseUri, string relativeUrl, bool noReload)
10+
public static void Navigate(this IWebDriver browser, Uri baseUri, string relativeUrl)
1111
{
1212
var absoluteUrl = new Uri(baseUri, relativeUrl);
1313

0 commit comments

Comments
 (0)