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
- Remove duplicate Pages/ControlSamples/FileUpload/Default.razor that conflicted
with Components/Pages/ControlSamples/FileUpload/Index.razor (same @page route
caused System.InvalidOperationException: ambiguous routes on every page load)
- Fix PasswordRecovery integration tests: InputText in .NET 10 renders without
explicit type=text attribute; use ID-based selectors instead
- Fix DetailsView EditButton test: use exact role match to avoid matching sidebar
links; use Locator.WaitForAsync for Blazor interactive DOM updates
0 commit comments