fix: use per-page blazor startup
This commit is contained in:
@@ -54,6 +54,8 @@ public sealed class FrontendHostTests(WebApplicationFactory<Program> factory) :
|
||||
Assert.Equal(HttpStatusCode.OK, response.StatusCode);
|
||||
var html = await response.Content.ReadAsStringAsync();
|
||||
Assert.Contains("_framework/blazor.web.js", html);
|
||||
Assert.Contains("autostart=\"false\"", html);
|
||||
Assert.Contains("disableDomPreservation", html);
|
||||
Assert.DoesNotContain("data-auth-page", html);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user