-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
Milestone
Description
Error Message
Assert.Equal() Failure\r\n
↓ (pos 0)\r\n
Expected: 1\r\n
Actual: 2\r\n
↑ (pos 0)
Stacktrace
at Microsoft.AspNetCore.Components.E2ETest.Tests.CascadingValueTest.CanUpdateValuesMatchedByName() in /_/src/Components/test/E2ETest/Tests/CascadingValueTest.cs:line 68
| Assert.Equal("1", Browser.Exists(By.Id("receive-by-interface-num-renders")).Text); |