Added more layers to have a vertical slice through Umbraco for CreateMember via backoffice.

Still lots to implement and test, not complete and needs early review.
This commit is contained in:
emmagarland
2020-11-30 00:45:38 +00:00
parent e7a21bcc18
commit 5b4b948543
20 changed files with 905 additions and 127 deletions

View File

@@ -134,6 +134,7 @@ namespace Umbraco.Tests.Integration.TestServerTest
.WithRuntimeMinifier()
.WithBackOffice()
.WithBackOfficeIdentity()
.WithUmbracoMembersIdentity()
.WithPreview()
//.WithMiniProfiler() // we don't want this running in tests
.WithMvcAndRazor(mvcBuilding: mvcBuilder =>