Quarantine NavigationLockPrerenderingTest
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 62/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- csharp
- Domain
- testing-qa
Research direction
Start with src/Components/test/E2ETest/ServerExecutionTests/NavigationLockPrerenderingTest.cs, especially line 44, and run the named NavigationIsLockedAfterPrerendering test to reproduce the missing-alert failure. Check the E2E test project's existing quarantine conventions. Done means this test is quarantined and the suite no longer reports it as an unexpected failure.
Written by the indexing model from the issue text.
Description
Failing Test(s)
Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.NavigationLockPrerenderingTest.NavigationIsLockedAfterPrerendering
Error Message
OpenQA.Selenium.NoAlertPresentException : no such alert
(Session info: chrome=145.0.7632.159)
Stacktrace
Stack trace
at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute)
at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.TargetLocator.Alert()
at Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.NavigationLockPrerenderingTest.NavigationIsLockedAfterPrerendering() in /home/vsts/work/1/s/src/Components/test/E2ETest/ServerExecutionTests/NavigationLockPrerenderingTest.cs:line 44
at InvokeStub_NavigationLockPrerenderingTest.NavigationIsLockedAfterPrerendering(Object, Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Logs
Console log
[xUnit.net 00:03:03.46] Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.NavigationLockPrerenderingTest.NavigationIsLockedAfterPrerendering [FAIL]
Failed Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.NavigationLockPrerenderingTest.NavigationIsLockedAfterPrerendering [2 s]
Error Message:
OpenQA.Selenium.NoAlertPresentException : no such alert
(Session info: chrome=145.0.7632.159)
Stack Trace:
at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute)
at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.TargetLocator.Alert()
at Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.NavigationLockPrerenderingTest.NavigationIsLockedAfterPrerendering() in /home/vsts/work/1/s/src/Components/test/E2ETest/ServerExecutionTests/NavigationLockPrerenderingTest.cs:line 44
Failed! - Failed: 8, Passed: 8, Skipped: 0, Total: 16, Duration: 3 m 3 s - Microsoft.AspNetCore.Components.E2ETests.dll (net10.0)
Build
https://dev.azure.com/dnceng-public/public/_build/results?buildId=1352853
- Dominant language
- C#
- Stars
- 38.5k
- Forks
- 11.6k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 243
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from dotnet/aspnetcore
-
area-blazor feature-accessibility
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
dotnet/aspnetcore#69387 · 3 comments · 1 assignee ·
-
area-signalr
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
dotnet/aspnetcore#69283 · 1 comment ·
-
api-proposal api-suggestion area-blazor
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
dotnet/aspnetcore#69266 · 1 comment ·
-
area-grpc
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
dotnet/aspnetcore#69169 · 1 comment ·
-
test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
dotnet/aspnetcore#69095 · 1 comment ·
All issues in dotnet/aspnetcore
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·