Skip to content

Commit

Permalink
Change expectation of case revisions on upsert #2670
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed May 5, 2022
1 parent 6cc1b50 commit 985e8f4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 985e8f4

Please sign in to comment.