ITADN

Quarantine QuickGridInteractiveTest.PaginatorCorrectItemsPerPage (StaleElementReferenceException)

#67350Opengithub-actions[bot] 创建于 2026-06-21
test-failure
## Failing Test `Microsoft.AspNetCore.Components.E2ETests.Tests.QuickGridInteractiveTest.PaginatorCorrectItemsPerPage` ## Error Message ```text OpenQA.Selenium.StaleElementReferenceException : stale element reference: stale element not found in the current frame ``` ## Stacktrace <details> <summary>Stack trace</summary> ```text OpenQA.Selenium.StaleElementReferenceException : stale element reference: stale element not found in the current frame ``` </details> ## Build Failed in multiple CI builds (pipeline 87 / components-e2e). The `StaleElementReferenceException` occurs when the test retrieves a DOM element reference but the page updates (re-renders) before the test interacts with it, making the reference stale. This is a common Selenium flakiness pattern in dynamic Blazor component tests. [Build 1472771](https://dev.azure.com/dnceng-public/public/_build/results?buildId=1472771&view=results) > Generated by [Daily Test Quarantine Management](https://github.com/dotnet/aspnetcore/actions/runs/27903471243) · 5.7K AIC · ⌖ 52 AIC · ⊞ 25.6K · [◷](https://github.com/search?q=repo%3Adotnet%2Faspnetcore+is%3Aissue+%22gh-aw-workflow-call-id%3A+dotnet%2Faspnetcore%2Ftest-quarantine%22&type=issues) <!-- gh-aw-agentic-workflow: Daily Test Quarantine Management, engine: copilot, version: 1.0.60, model: claude-sonnet-4.6, id: 27903471243, workflow_id: test-quarantine, run: https://github.com/dotnet/aspnetcore/actions/runs/27903471243 --> <!-- gh-aw-workflow-id: test-quarantine --> <!-- gh-aw-workflow-call-id: dotnet/aspnetcore/test-quarantine -->
1 条评论