From 86b395e6a93a1e09f7f74d24f96aa70e26ed1218 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Sat, 27 Oct 2018 21:04:02 +0100 Subject: [PATCH 1/9] whitespace change to test CI build --- .../Web-App/AllReady/ViewModels/VolunteerTaskAssignViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AllReadyApp/Web-App/AllReady/ViewModels/VolunteerTaskAssignViewModel.cs b/AllReadyApp/Web-App/AllReady/ViewModels/VolunteerTaskAssignViewModel.cs index 1553eeae6..790de3086 100644 --- a/AllReadyApp/Web-App/AllReady/ViewModels/VolunteerTaskAssignViewModel.cs +++ b/AllReadyApp/Web-App/AllReady/ViewModels/VolunteerTaskAssignViewModel.cs @@ -7,5 +7,6 @@ public class VolunteerTaskAssignViewModel public int EventId { get; set; } public int VolunteerTaskId { get; set; } public List AssignedUsers { get; set; } + } } From cd5e6a2737292525d3c65ec6a716302ffcb5fb6a Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Sat, 27 Oct 2018 22:52:54 +0100 Subject: [PATCH 2/9] Trying different waitFor --- AllReadyApp/AllReady.IntegrationTest/Pages.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AllReadyApp/AllReady.IntegrationTest/Pages.fs b/AllReadyApp/AllReady.IntegrationTest/Pages.fs index 8223538c5..06792d987 100644 --- a/AllReadyApp/AllReady.IntegrationTest/Pages.fs +++ b/AllReadyApp/AllReady.IntegrationTest/Pages.fs @@ -129,7 +129,7 @@ module AdminOrganizationCreate = "#Location_PostalCode" << details.PostalCode.ToString() "#Location_Country" << details.Country click "Link to an external policy" - waitFor privicyPolicyFieldVisible + waitFor <| fadedIn "#pp-url" "#PrivacyPolicyUrl" << details.PrivacyPolicyUrl let Save _ = From 3e6bc4ff9ea6138025125c6952f79b1c6cb93ecc Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Sat, 27 Oct 2018 23:04:14 +0100 Subject: [PATCH 3/9] Updating ChromeDriver version --- .../AllReady.IntegrationTest/AllReady.ScenarioTest.fsproj | 4 ++-- AllReadyApp/AllReady.IntegrationTest/packages.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AllReadyApp/AllReady.IntegrationTest/AllReady.ScenarioTest.fsproj b/AllReadyApp/AllReady.IntegrationTest/AllReady.ScenarioTest.fsproj index 4ba5cc164..a11cc4c57 100644 --- a/AllReadyApp/AllReady.IntegrationTest/AllReady.ScenarioTest.fsproj +++ b/AllReadyApp/AllReady.IntegrationTest/AllReady.ScenarioTest.fsproj @@ -94,12 +94,12 @@ ..\packages\Selenium.Support.3.7.0\lib\net45\WebDriver.Support.dll - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - +