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 ec22d3e commit 60c94a4Copy full SHA for 60c94a4
src/Components/test/E2ETest/Tests/ComponentRenderingTest.cs
@@ -46,7 +46,8 @@ public void BasicTestAppCanBeServed()
46
public void CanRenderTextOnlyComponent()
47
{
48
var appElement = Browser.MountTestComponent<TextOnlyComponent>();
49
- Assert.Equal("Hello from TextOnlyComponent", appElement.Text);
+
50
+ Browser.Exists(By.XPath("//*[contains(., 'Hello from TextOnlyComponent')]"));
51
}
52
53
// This verifies that we've correctly configured the Razor language version via MSBuild.
0 commit comments