.NET Result Analysis
Details
Tip
To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.
Build Failures
aspnetcore-components-e2e / Test: Blazor E2E tests on Linux / Run E2E tests
[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]-
❌Bash exited with code '1'.
aspnetcore-quarantined-pr / Tests: Helix / Build shared fx
[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]-
❌.dotnet\sdk\9.0.100-preview.5.24269.5\NuGet.targets(170,5): error : Cannot create a file when that file already exists.
Test Failures (55 tests failed)
🔹 [All failing tests from aspnetcore-components-e2e]
- Exception Message
OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.CollectionException: Assert.Collection() Failure Collection: [] Expected item count: 1 Actual item count: 0 at Xunit.Assert.Collection[T](IEnumerable`1 collection, Action`1[] elementInspectors) in /_/src/xunit.assert/Asserts/CollectionAsserts.cs:line 157 at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101 Screen shot captured at '/home/vsts/work/1/s/src/Components/test/E2ETest/bin/screenshots/c40ea76b739540f2bc315b7970d19d36.png' Encountered browser errors [2024-05-29T01:54:07Z] [Severe] http://127.0.0.1:38823/subdir/_framework/blazor.webassembly.js 0:45313 "crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]\n Unhandled exception rendering component: NullabilityInfoContext_NotSupported\nSystem.InvalidOperationException: NullabilityInfoContext_NotSupported\n at System.Reflection.NullabilityInfoContext.EnsureIsSupported()\n at System.Reflection.NullabilityInfoContext.Create(PropertyInfo )\n at System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.DeterminePropertyNullability(JsonPropertyInfo , MemberInfo , NullabilityInfoContext )\n at System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.PopulatePropertyInfo(JsonPropertyInfo , MemberInfo , JsonConverter , Nullable`1 , NullabilityInfoContext , Boolean , Boolean )\n at System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.CreatePropertyInfo(JsonTypeInfo , Type , MemberInfo , NullabilityInfoContext , JsonSerializerOptions , Boolean , Boolean )\n at System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.AddMember(JsonTypeInfo , Type , MemberInfo , NullabilityInfoContext , Boolean , Boolean , PropertyHierarchyResolutionState& )\n at System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.AddMembersDeclaredBySuperType(JsonTypeInfo , Type , NullabilityInfoContext , Boolean , PropertyHierarchyResolutionState& )\n at System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.PopulateProperties(JsonTypeInfo , NullabilityInfoContext )\n at System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.CreateTypeInfoCore(Type , JsonConverter , JsonSerializerOptions )\n at System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.CreateJsonTypeInfo(Type , JsonSerializerOptions )\n at System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.GetTypeInfo(Type , JsonSerializerOptions )\n at System.Text.Json.JsonSerializerOptions.GetTypeInfoNoCaching(Type )\n at System.Text.Json.JsonSerializerOptions.CachingContext.CreateCacheEntry(Type type, CachingContext context)\n--- End of stack trace from previous location ---\n at System.Text.Json.JsonSerializerOptions.CachingContext.CacheEntry.GetResult()\n at System.Text.Json.JsonSerializerOptions.CachingContext.GetOrAddTypeInfo(Type , Boolean )\n at System.Text.Json.JsonSerializerOptions.GetTypeInfoInternal(Type , Boolean , Nullable`1 , Boolean , Boolean )\n at System.Text.Json.JsonSerializerOptions.GetTypeInfoForRootType(Type , Boolean )\n at System.Text.Json.JsonSerializer.GetTypeInfo(JsonSerializerOptions , Type )\n at System.Text.Json.JsonSerializer.GetTypeInfo[KeyboardEventArgs](JsonSerializerOptions )\n at System.Text.Json.JsonSerializer.Serialize[KeyboardEventArgs](KeyboardEventArgs , JsonSerializerOptions )\n at BasicTestApp.KeyPressEventComponent.OnKeyPressed(KeyboardEventArgs eventArgs)\n at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)\n at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object , Span`1 , BindingFlags )\n--- End of stack trace from previous location ---\n at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)\n at Microsoft.AspNetCore.Components.RenderTree.
- CallStack
at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore[TResult](IWebDriver driver, Func`1 assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 129 at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore(IWebDriver driver, Action assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 83 at Microsoft.AspNetCore.E2ETesting.WaitAssert.Collection[T](IWebDriver driver, Func`1 actualValues, Action`1[] elementInspectors) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 45 at Microsoft.AspNetCore.Components.E2ETest.Tests.ComponentRenderingTestBase.CanTriggerKeyPressEvents() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/ComponentRenderingTestBase.cs:line 110 at InvokeStub_ComponentRenderingTestBase.CanTriggerKeyPressEvents(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) ----- Inner Stack Trace ----- at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101
- Exception Message
OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.EqualException: Assert.Equal() Failure Expected: { Property = "Clicked 2 times" } Actual: at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/xunit.assert/Asserts/EqualityAsserts.cs:line 96 at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101 Screen shot captured at '/home/vsts/work/1/s/src/Components/test/E2ETest/bin/screenshots/8913686b9755427fa0f729a3fd38129e.png' Encountered browser errors [2024-05-29T01:55:59Z] [Severe] http://127.0.0.1:35883/subdir/_framework/blazor.webassembly.js 0:3151 Uncaught Error: System.InvalidOperationException: NullabilityInfoC…otNet(JSRuntime , DotNetInvocationInfo , String )Page content: <head> <meta charset="utf-8">
<base href="/subdir/"> <link href="style.css" rel="stylesheet"> <link rel="icon" href="data:,"> <!-- Used by ExternalContentPackage --> <link href="_content/TestContentPackage/styles.css" rel="stylesheet"> <!-- App bundle that contains a reference to the scoped css bundle created by TestContentPackage --> <link href="BasicTestApp.styles.css" rel="stylesheet">
<!--!--><!--!--><!--!--><title>Basic test app</title><!--!--><!--!--><!--!--></head>
<body>
<root><div id="test-selector"><!--!-->
Select test:
<select id="test-selector-select"><option value="none">Choose...</option><!--!-->
<option value="BasicTestApp.AddRemoveChildComponents">Add/remove child components</option><!--!-->
<option value="BasicTestApp.AfterRenderInteropComponent">After-render interop component</option><!--!-->
<option value="BasicTestApp.AsyncEventHandlerComponent">Async event handlers</option><!--!-->
<option value="BasicTestApp.AuthTest.AuthRouter">Auth cases</option><!--!-->
<option value="BasicTestApp.AuthTest.CascadingAuthenticationStateParent">Cascading authentication state</option><!--!-->
<option value="BasicTestApp.BindCasesComponent">bind cases</option><!--!-->
<option value="BasicTestApp.CascadingValueTest.CascadingValueSupplier">Cascading values</option><!--!-->
<option value="Components.TestServer.CircuitContextComponent">Circuit context</option><!--!-->
<option value="BasicTestApp.ComponentRefComponent">Component ref component</option><!--!-->
<option value="BasicTestApp.ConcurrentRenderParent">Concurrent rendering</option><!--!-->
<option value="BasicTestApp.ConfigurationComponent">Configuration</option><!--!-->
<option value="BasicTestApp.ConfigureRuntime">Configure runtime</option><!--!-->
<option value="BasicTestApp.ContentEditable">Content-editable</option><!--!-->
<option value="BasicTestApp.CounterComponent">Counter</option><!--!-->
<option value="BasicTestApp.CounterComponentUsingChild">Counter using child component</option><!--!-->
<option value="BasicTestApp.CounterComponentWrapper">Counter wrapped in parent</option><!--!-->
<option value="BasicTestApp.CulturePicker">Culture Picker</option><!--!-->
<option value="BasicTestApp.CustomElementsComponent">Custom elements</option><!--!-->
<option value="BasicTestApp.DataDashComponent">data-* attribute rendering</option><!--!-->
<option value="BasicTestApp.DispatchingComponent">Dispatching to sync context</option><!--!-->
<option value="BasicTestApp.DuplicateAttributesComponent">Duplicate attributes</option><!--!-->
<option value="BasicTestApp.DynamicComponentRendering">DynamicComponent rendering</option><!--!-->
<option value="BasicTestApp.ElementFocusComponent">Element focus component</option><!--!-->
<option value="BasicTestApp.ElementRefComponent">Element ref component</option><!--!-->
<option value="BasicTestApp.ErrorComponent">Error throwing</option><!--!-->
<option- CallStack
at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore[TResult](IWebDriver driver, Func`1 assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 129 at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore(IWebDriver driver, Action assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 83 at Microsoft.AspNetCore.E2ETesting.WaitAssert.Equal[T](IWebDriver driver, T expected, Func`1 actual) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 27 at Microsoft.AspNetCore.Components.E2ETest.Tests.CustomElementsTest.CanUpdateComplexParameters() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/CustomElementsTest.cs:line 121 at InvokeStub_CustomElementsTest.CanUpdateComplexParameters(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) ----- Inner Stack Trace ----- at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101
- Exception Message
OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.EqualException: Assert.Equal() Failure ↓ (pos 1) Expected: ···ive keydown event", "You pressed: a", "Received native keydow··· Actual: ···ive keydown event", "Received native keydown event"] ↑ (pos 1) at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/xunit.assert/Asserts/EqualityAsserts.cs:line 94 at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101 Screen shot captured at '/home/vsts/work/1/s/src/Components/test/E2ETest/bin/screenshots/ff3764fd97dd4535be1f7a4f8a893398.png' Encountered browser errors [2024-05-29T02:04:54Z] [Severe] http://127.0.0.1:35949/subdir/_framework/blazor.webassembly.js 0:3151 Uncaught Error: System.InvalidOperationException: There was an err…otNet(JSRuntime , DotNetInvocationInfo , String ) [2024-05-29T02:04:54Z] [Severe] http://127.0.0.1:35949/subdir/_framework/blazor.webassembly.js 0:3151 Uncaught Error: System.InvalidOperationException: There was an err…otNet(JSRuntime , DotNetInvocationInfo , String )Page content: <head> <meta charset="utf-8">
<base href="/subdir/"> <link href="style.css" rel="stylesheet"> <link rel="icon" href="data:,"> <!-- Used by ExternalContentPackage --> <link href="_content/TestContentPackage/styles.css" rel="stylesheet"> <!-- App bundle that contains a reference to the scoped css bundle created by TestContentPackage --> <link href="BasicTestApp.styles.css" rel="stylesheet">
<!--!--><!--!--><!--!--><title>Basic test app</title><!--!--><!--!--><!--!--></head>
<body>
<root><div id="test-selector"><!--!-->
Select test:
<select id="test-selector-select"><option value="none">Choose...</option><!--!-->
<option value="BasicTestApp.AddRemoveChildComponents">Add/remove child components</option><!--!-->
<option value="BasicTestApp.AfterRenderInteropComponent">After-render interop component</option><!--!-->
<option value="BasicTestApp.AsyncEventHandlerComponent">Async event handlers</option><!--!-->
<option value="BasicTestApp.AuthTest.AuthRouter">Auth cases</option><!--!-->
<option value="BasicTestApp.AuthTest.CascadingAuthenticationStateParent">Cascading authentication state</option><!--!-->
<option value="BasicTestApp.BindCasesComponent">bind cases</option><!--!-->
<option value="BasicTestApp.CascadingValueTest.CascadingValueSupplier">Cascading values</option><!--!-->
<option value="Components.TestServer.CircuitContextComponent">Circuit context</option><!--!-->
<option value="BasicTestApp.ComponentRefComponent">Component ref component</option><!--!-->
<option value="BasicTestApp.ConcurrentRenderParent">Concurrent rendering</option><!--!-->
<option value="BasicTestApp.ConfigurationComponent">Configuration</option><!--!-->
<option value="BasicTestApp.ConfigureRuntime">Configure runtime</option><!--!-->
<option value="BasicTestApp.ContentEditable">Content-editable</option><!--!-->
<option value="BasicTestApp.CounterComponent">Counter</option><!--!-->
<option value="BasicTestApp.CounterComponentUsingChild">Counter using child component</option><!--!-->
<option value="BasicTestApp.CounterComponentWrapper">Counter wrapped in parent</option><!--!-->
<option value="BasicTestApp.CulturePicker">Culture Picker</option><!--!-->
<option value="BasicTestApp.CustomElementsComponent">Custom elements</option><!--!-->
<option value="BasicTestApp.DataDashComponent">data-* attribute rendering</option><!--!-->
<option value="BasicTestApp.DispatchingComponent">Dispatching to sync context</option><!--!-->
<option value="BasicTestApp.DuplicateAttributesComponent">Duplicate attributes</option><!--!-->
- CallStack
at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore[TResult](IWebDriver driver, Func`1 assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 129 at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore(IWebDriver driver, Action assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 83 at Microsoft.AspNetCore.E2ETesting.WaitAssert.Equal[T](IWebDriver driver, T expected, Func`1 actual) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 27 at Microsoft.AspNetCore.Components.E2ETest.Tests.EventCustomArgsTest.CanAliasBrowserEvent_PreventDefaultOnNativeEvent() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/EventCustomArgsTest.cs:line 91 at InvokeStub_EventCustomArgsTest.CanAliasBrowserEvent_PreventDefaultOnNativeEvent(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) ----- Inner Stack Trace ----- at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101
- Exception Message
OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.EqualException: Assert.Equal() Failure ↓ (pos 1) Expected: ···ive keydown event", "Yet another aliased event received: a", ··· Actual: ···ive keydown event", "Received native keydown event"] ↑ (pos 1) at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/xunit.assert/Asserts/EqualityAsserts.cs:line 94 at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101 Screen shot captured at '/home/vsts/work/1/s/src/Components/test/E2ETest/bin/screenshots/74550e32d70e476b8945abdc6b298ec2.png' Encountered browser errors [2024-05-29T02:03:20Z] [Severe] http://127.0.0.1:35949/subdir/_framework/blazor.webassembly.js 0:3151 Uncaught Error: System.InvalidOperationException: There was an err…otNet(JSRuntime , DotNetInvocationInfo , String ) [2024-05-29T02:03:20Z] [Severe] http://127.0.0.1:35949/subdir/_framework/blazor.webassembly.js 0:3151 Uncaught Error: System.InvalidOperationException: There was an err…otNet(JSRuntime , DotNetInvocationInfo , String )Page content: <head> <meta charset="utf-8">
<base href="/subdir/"> <link href="style.css" rel="stylesheet"> <link rel="icon" href="data:,"> <!-- Used by ExternalContentPackage --> <link href="_content/TestContentPackage/styles.css" rel="stylesheet"> <!-- App bundle that contains a reference to the scoped css bundle created by TestContentPackage --> <link href="BasicTestApp.styles.css" rel="stylesheet">
<!--!--><!--!--><!--!--><title>Basic test app</title><!--!--><!--!--><!--!--></head>
<body>
<root><div id="test-selector"><!--!-->
Select test:
<select id="test-selector-select"><option value="none">Choose...</option><!--!-->
<option value="BasicTestApp.AddRemoveChildComponents">Add/remove child components</option><!--!-->
<option value="BasicTestApp.AfterRenderInteropComponent">After-render interop component</option><!--!-->
<option value="BasicTestApp.AsyncEventHandlerComponent">Async event handlers</option><!--!-->
<option value="BasicTestApp.AuthTest.AuthRouter">Auth cases</option><!--!-->
<option value="BasicTestApp.AuthTest.CascadingAuthenticationStateParent">Cascading authentication state</option><!--!-->
<option value="BasicTestApp.BindCasesComponent">bind cases</option><!--!-->
<option value="BasicTestApp.CascadingValueTest.CascadingValueSupplier">Cascading values</option><!--!-->
<option value="Components.TestServer.CircuitContextComponent">Circuit context</option><!--!-->
<option value="BasicTestApp.ComponentRefComponent">Component ref component</option><!--!-->
<option value="BasicTestApp.ConcurrentRenderParent">Concurrent rendering</option><!--!-->
<option value="BasicTestApp.ConfigurationComponent">Configuration</option><!--!-->
<option value="BasicTestApp.ConfigureRuntime">Configure runtime</option><!--!-->
<option value="BasicTestApp.ContentEditable">Content-editable</option><!--!-->
<option value="BasicTestApp.CounterComponent">Counter</option><!--!-->
<option value="BasicTestApp.CounterComponentUsingChild">Counter using child component</option><!--!-->
<option value="BasicTestApp.CounterComponentWrapper">Counter wrapped in parent</option><!--!-->
<option value="BasicTestApp.CulturePicker">Culture Picker</option><!--!-->
<option value="BasicTestApp.CustomElementsComponent">Custom elements</option><!--!-->
<option value="BasicTestApp.DataDashComponent">data-* attribute rendering</option><!--!-->
<option value="BasicTestApp.DispatchingComponent">Dispatching to sync context</option><!--!-->
<option value="BasicTestApp.DuplicateAttributesComponent">Duplicate attributes</option><!--!-->
- CallStack
at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore[TResult](IWebDriver driver, Func`1 assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 129 at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore(IWebDriver driver, Action assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 83 at Microsoft.AspNetCore.E2ETesting.WaitAssert.Equal[T](IWebDriver driver, T expected, Func`1 actual) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 27 at Microsoft.AspNetCore.Components.E2ETest.Tests.EventCustomArgsTest.CanAliasBrowserEvent_StopPropagationIndependentOfNativeEvent() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/EventCustomArgsTest.cs:line 112 at InvokeStub_EventCustomArgsTest.CanAliasBrowserEvent_StopPropagationIndependentOfNativeEvent(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) ----- Inner Stack Trace ----- at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101
- Exception Message
OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.EqualException: Assert.Equal() Failure ↓ (pos 1) Expected: ···ive keydown event", "You pressed: a", "Received native keydow··· Actual: ···ive keydown event", "Received native keydown event"] ↑ (pos 1) at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/xunit.assert/Asserts/EqualityAsserts.cs:line 94 at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101 Screen shot captured at '/home/vsts/work/1/s/src/Components/test/E2ETest/bin/screenshots/e0e5a5a9e4bc4731a51c4e214778dfd9.png' Encountered browser errors [2024-05-29T02:00:09Z] [Severe] http://127.0.0.1:35949/subdir/_framework/blazor.webassembly.js 0:3151 Uncaught Error: System.InvalidOperationException: There was an err…otNet(JSRuntime , DotNetInvocationInfo , String ) [2024-05-29T02:00:09Z] [Severe] http://127.0.0.1:35949/subdir/_framework/blazor.webassembly.js 0:3151 Uncaught Error: System.InvalidOperationException: There was an err…otNet(JSRuntime , DotNetInvocationInfo , String )Page content: <head> <meta charset="utf-8">
<base href="/subdir/"> <link href="style.css" rel="stylesheet"> <link rel="icon" href="data:,"> <!-- Used by ExternalContentPackage --> <link href="_content/TestContentPackage/styles.css" rel="stylesheet"> <!-- App bundle that contains a reference to the scoped css bundle created by TestContentPackage --> <link href="BasicTestApp.styles.css" rel="stylesheet">
<!--!--><!--!--><!--!--><title>Basic test app</title><!--!--><!--!--><!--!--></head>
<body>
<root><div id="test-selector"><!--!-->
Select test:
<select id="test-selector-select"><option value="none">Choose...</option><!--!-->
<option value="BasicTestApp.AddRemoveChildComponents">Add/remove child components</option><!--!-->
<option value="BasicTestApp.AfterRenderInteropComponent">After-render interop component</option><!--!-->
<option value="BasicTestApp.AsyncEventHandlerComponent">Async event handlers</option><!--!-->
<option value="BasicTestApp.AuthTest.AuthRouter">Auth cases</option><!--!-->
<option value="BasicTestApp.AuthTest.CascadingAuthenticationStateParent">Cascading authentication state</option><!--!-->
<option value="BasicTestApp.BindCasesComponent">bind cases</option><!--!-->
<option value="BasicTestApp.CascadingValueTest.CascadingValueSupplier">Cascading values</option><!--!-->
<option value="Components.TestServer.CircuitContextComponent">Circuit context</option><!--!-->
<option value="BasicTestApp.ComponentRefComponent">Component ref component</option><!--!-->
<option value="BasicTestApp.ConcurrentRenderParent">Concurrent rendering</option><!--!-->
<option value="BasicTestApp.ConfigurationComponent">Configuration</option><!--!-->
<option value="BasicTestApp.ConfigureRuntime">Configure runtime</option><!--!-->
<option value="BasicTestApp.ContentEditable">Content-editable</option><!--!-->
<option value="BasicTestApp.CounterComponent">Counter</option><!--!-->
<option value="BasicTestApp.CounterComponentUsingChild">Counter using child component</option><!--!-->
<option value="BasicTestApp.CounterComponentWrapper">Counter wrapped in parent</option><!--!-->
<option value="BasicTestApp.CulturePicker">Culture Picker</option><!--!-->
<option value="BasicTestApp.CustomElementsComponent">Custom elements</option><!--!-->
<option value="BasicTestApp.DataDashComponent">data-* attribute rendering</option><!--!-->
<option value="BasicTestApp.DispatchingComponent">Dispatching to sync context</option><!--!-->
<option value="BasicTestApp.DuplicateAttributesComponent">Duplicate attributes</option><!--!-->
- CallStack
at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore[TResult](IWebDriver driver, Func`1 assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 129 at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore(IWebDriver driver, Action assertion, TimeSpan timeout) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 83 at Microsoft.AspNetCore.E2ETesting.WaitAssert.Equal[T](IWebDriver driver, T expected, Func`1 actual) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 27 at Microsoft.AspNetCore.Components.E2ETest.Tests.EventCustomArgsTest.CanAliasBrowserEvent_WithCreateEventArgsReturningData() in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/EventCustomArgsTest.cs:line 72 at InvokeStub_EventCustomArgsTest.CanAliasBrowserEvent_WithCreateEventArgsReturningData(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) ----- Inner Stack Trace ----- at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0`1.<WaitAssertCore>b__0(IWebDriver _) in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 101
❌ Microsoft.AspNetCore.Components.E2ETest.Tests.ComponentRenderingTest.CanTriggerKeyPressEvents [Details] [11.16% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
Failing Configuration
❌ Microsoft.AspNetCore.Components.E2ETest.Tests.CustomElementsTest.CanUpdateComplexParameters [Details] [5.78% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
Failing Configuration
❌ Microsoft.AspNetCore.Components.E2ETest.Tests.EventCustomArgsTest.CanAliasBrowserEvent_PreventDefaultOnNativeEvent [Details] [11.16% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
Failing Configuration
❌ Microsoft.AspNetCore.Components.E2ETest.Tests.EventCustomArgsTest.CanAliasBrowserEvent_StopPropagationIndependentOfNativeEvent [Details] [11.16% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
Failing Configuration
❌ Microsoft.AspNetCore.Components.E2ETest.Tests.EventCustomArgsTest.CanAliasBrowserEvent_WithCreateEventArgsReturningData [Details] [11.16% failure rate]
-
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]