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 46e9c36 commit de2ee78Copy full SHA for de2ee78
src/Components/test/E2ETest/Tests/RoutingTest.cs
@@ -365,10 +365,10 @@ public void CanFollowLinkToDefaultPageWithHash_NoTrailingSlash()
365
app.FindElement(By.LinkText("Default with hash, no trailing slash")).Click();
366
Browser.Equal("This is the default page.", () => app.FindElement(By.Id("test-info")).Text);
367
AssertHighlightedLinks(
368
- "Default with hash, no trailing slash",
369
"Default (matches all)",
370
"Default with base-relative URL (matches all)",
371
- "Default, no trailing slash (matches all)");
+ "Default, no trailing slash (matches all)",
+ "Default with hash, no trailing slash");
372
}
373
374
[Fact]
0 commit comments