From 7bb1032f81d55572c7521f9cf247af01391ec611 Mon Sep 17 00:00:00 2001 From: eirikhaugstulen Date: Tue, 24 Oct 2023 10:19:26 +0200 Subject: [PATCH] chore: change tests --- .../EventWorkingLists/EventWorkingListsUser/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/WorkingLists/EventWorkingLists/EventWorkingListsUser/index.js b/cypress/integration/WorkingLists/EventWorkingLists/EventWorkingListsUser/index.js index cacda7707f..28dfe8701b 100644 --- a/cypress/integration/WorkingLists/EventWorkingLists/EventWorkingListsUser/index.js +++ b/cypress/integration/WorkingLists/EventWorkingLists/EventWorkingListsUser/index.js @@ -274,7 +274,7 @@ Then('the list should display data ordered descendingly by report date', () => { cy.get('input[placeholder="To"]').click(); cy.contains('Update') - .click(); + .click({ force: true }); const rows = combineDataAndYear(lastYear, { '01-01': ['14 Female'],