aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

Quarantine ServerFormsTest.CanWireUpINotifyPropertyChangedToEditContext

Open radical opened this issue 5 months ago • 0 comments

Failing Test(s)

  • Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerFormsTest.CanWireUpINotifyPropertyChangedToEditContext

Error Message

OpenQA.Selenium.NoSuchElementException : no such element: Unable to locate element: {"method":"css selector","selector":".user\-name"}
  (Session info: chrome=137.0.7151.68); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception

Stacktrace

   at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute)
   at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.WebElement.FindElement(By by)
   at Microsoft.AspNetCore.Components.E2ETest.Tests.FormsTest.CanWireUpINotifyPropertyChangedToEditContext() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/FormsTest.cs:line 471
   at InvokeStub_FormsTest.CanWireUpINotifyPropertyChangedToEditContext(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Logs


Build

https://dev.azure.com/dnceng-public/public/_build/results?buildId=1070994&view=results

radical avatar Jun 18 '25 06:06 radical