diff --git a/EstateManagementUI.BusinessLogic/EstateManagementUI.BusinessLogic.csproj b/EstateManagementUI.BusinessLogic/EstateManagementUI.BusinessLogic.csproj index 6722652c..0be70872 100644 --- a/EstateManagementUI.BusinessLogic/EstateManagementUI.BusinessLogic.csproj +++ b/EstateManagementUI.BusinessLogic/EstateManagementUI.BusinessLogic.csproj @@ -7,7 +7,7 @@ - + all @@ -18,11 +18,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + diff --git a/EstateManagementUI.IntegrationTests/Common/DockerHelper.cs b/EstateManagementUI.IntegrationTests/Common/DockerHelper.cs index 8baf4060..86bc3079 100644 --- a/EstateManagementUI.IntegrationTests/Common/DockerHelper.cs +++ b/EstateManagementUI.IntegrationTests/Common/DockerHelper.cs @@ -137,7 +137,6 @@ protected override List GetRequiredProjections() { List requiredProjections = new List(); - requiredProjections.Add("CallbackHandlerEnricher.js"); requiredProjections.Add("EstateAggregator.js"); requiredProjections.Add("MerchantAggregator.js"); requiredProjections.Add("MerchantBalanceCalculator.js"); @@ -210,6 +209,7 @@ private async Task StartEstateManagementUiContainer(List - { - String databaseName = $"EstateReportingReadModel{verifiedEstate.EstateId}"; - var connString = Setup.GetLocalConnectionString(databaseName); - connString = $"{connString};Encrypt=false"; - var ctx = new EstateManagementContext(connString); + //await Retry.For(async () => + //{ + // String databaseName = $"EstateReportingReadModel{verifiedEstate.EstateId}"; + // var connString = Setup.GetLocalConnectionString(databaseName); + // connString = $"{connString};Encrypt=false"; + // var ctx = new EstateManagementContext(connString); - var estates = ctx.Estates.ToList(); - estates.Count.ShouldBe(1); + // var estates = ctx.Estates.ToList(); + // estates.Count.ShouldBe(1); this.TestingContext.AddEstateDetails(verifiedEstate.EstateId, verifiedEstate.EstateName, verifiedEstate.EstateReference); this.TestingContext.Logger.LogInformation($"Estate {verifiedEstate.EstateName} created with Id {verifiedEstate.EstateId}"); - }); + //}); } } diff --git a/EstateManagementUI.IntegrationTests/EstateManagementUI.IntegrationTests.csproj b/EstateManagementUI.IntegrationTests/EstateManagementUI.IntegrationTests.csproj index 2ff71643..8ed0131f 100644 --- a/EstateManagementUI.IntegrationTests/EstateManagementUI.IntegrationTests.csproj +++ b/EstateManagementUI.IntegrationTests/EstateManagementUI.IntegrationTests.csproj @@ -30,8 +30,8 @@ - - + + @@ -39,17 +39,17 @@ - + - + - + - + - + diff --git a/EstateManagementUI/EstateManagementUI.csproj b/EstateManagementUI/EstateManagementUI.csproj index 4006a019..f6352145 100644 --- a/EstateManagementUI/EstateManagementUI.csproj +++ b/EstateManagementUI/EstateManagementUI.csproj @@ -41,7 +41,7 @@ - +