4 references to Links
Templates.Blazor.WebAssembly.Auth.Tests (4)
src\ProjectTemplates\Shared\AspNetProcess.cs (4)
117if (page.Links?.Count() > 0) 162Assert.True(html.Links.Length == page.Links.Count(), $"Expected {page.Url} to have {page.Links.Count()} links but it had {html.Links.Length}"); 163foreach ((var link, var expectedLink) in html.Links.Zip(page.Links, Tuple.Create))