Closed thomaslevesque closed 6 years ago
Looks good overall, do you want to try and take a stab at adding a functional test for the UI changes?
Would probably go in here https://github.com/aspnet/Identity/blob/master/test/Identity.FunctionalTests/ManagementTests.cs#L169 with a slightly different flow that just verifies that the Display name is different for the UI renderings, you would have to change the display name as well for Contoso here:
@HaoK sure, I'll give it a try.
@HaoK I tried something, but I'm not very happy with it. It seems a bit brittle to examine the HTML like this. Is this the kind of test you were expecting?
Thanks merged via 6b257f0abbbe6938c0712b9a8e00b85131ed51d5
Thanks @HaoK
Fixes #1892