We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce349b commit 458c82aCopy full SHA for 458c82a
src/Components/test/E2ETest/Tests/ComponentRenderingTestBase.cs
@@ -149,7 +149,7 @@ public void CanAddAndRemoveEventHandlersDynamically()
149
public void CanRenderChildComponents()
150
{
151
var appElement = Browser.MountTestComponent<ParentChildComponent>();
152
- Assert.Equal("Container component",
+ Assert.Equal("Parent component",
153
appElement.FindElement(By.CssSelector("fieldset > legend")).Text);
154
155
var styledElement = appElement.FindElement(By.CssSelector("fieldset > h1"));
0 commit comments