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
at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.RadioButtonGetsResetAfterSubmittingEnhancedForm() in /home/vsts/work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 1380
at InvokeStub_FormWithParentBindingContextTest.RadioButtonGetsResetAfterSubmittingEnhancedForm(Object, Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
The failure is not connected with #60296 and I can reproduce it with main branch state before merging that PR (if I introduce a delay by a breakpoint on the failing line: Browser.Exists(By.Id("submit-button")).Click(); and wait a few sec, then restart). Adding a delay after Browser.Exists(By.Id("submit-button")).Click(); helps in fixing it - the UI refresh action to unselect checkbox and radio button sometimes takes more than expected. I will post a fix soon.
Uh oh!
There was an error while loading. Please reload this page.
Failing Test(s)
Error Message
Stacktrace
Logs
Build
The text was updated successfully, but these errors were encountered: