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 b2fe5dd commit c0c0a26Copy full SHA for c0c0a26
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