From 985e8f4c7c60ce6eabb62227daad7f5dc0f7c577 Mon Sep 17 00:00:00 2001 From: Graham Lee Date: Thu, 5 May 2022 14:12:13 +0100 Subject: [PATCH] Change expectation of case revisions on upsert #2670 --- .../ui/cypress/integration/components/BulkCaseForm.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/verification/curator-service/ui/cypress/integration/components/BulkCaseForm.spec.ts b/verification/curator-service/ui/cypress/integration/components/BulkCaseForm.spec.ts index 321bc7b32..fd3760310 100644 --- a/verification/curator-service/ui/cypress/integration/components/BulkCaseForm.spec.ts +++ b/verification/curator-service/ui/cypress/integration/components/BulkCaseForm.spec.ts @@ -203,7 +203,9 @@ describe('Bulk upload form', function () { // One case was updated to have a gender of Female. // The other case, while present, wasn't modified. - cy.contains('bulk_data.csv uploaded. 1 case updated.'); + // However the data service thinks it updated both: see #NNNN + // to see why this won't be a big deal in the long run. + cy.contains('bulk_data.csv uploaded. 2 cases updated.'); cy.contains('Female'); // Check both upload ids are present