dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.2k stars 9.95k forks source link

Quarantine `Microsoft.AspNetCore.Components.E2ETest.Tests.RoutingTest.NavigationLock_CanBlockExternalNavigation` and friends #57153

Open MackinnonBuck opened 1 month ago

MackinnonBuck commented 1 month ago

Failing Test(s)

Error Message

OpenQA.Selenium.NoAlertPresentException : no such alert

Stacktrace

```text at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) at OpenQA.Selenium.WebDriver.InternalExecute(String driverCommandToExecute, Dictionary`2 parameters) at OpenQA.Selenium.TargetLocator.Alert() at Microsoft.AspNetCore.Components.E2ETest.Tests.RoutingTest.NavigationLock_CanBlockExternalNavigation() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/RoutingTest.cs:line 1100 ```

Build

https://dev.azure.com/dnceng-public/public/_build/results?buildId=764364&view=ms.vss-test-web.build-test-results-tab

javiercn commented 1 month ago

@MackinnonBuck this issue has to remain open, isn't it?

MackinnonBuck commented 1 month ago

@javiercn yes, I believe so.

SteveSandersonMS commented 1 month ago

Is this some breaking change inside a newer version of Selenium?

amcasey commented 1 month ago

Is this affecting release/8.0 as well?