From 911097dae46d6ab1e287f9bee3a250d3a7a7659a Mon Sep 17 00:00:00 2001 From: jtubau Date: Fri, 14 Mar 2025 07:25:58 +0100 Subject: [PATCH] test: refs #8621 remove unnecessary checkbox click in CMR list test --- test/cypress/integration/route/cmr/cmrList.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cypress/integration/route/cmr/cmrList.spec.js b/test/cypress/integration/route/cmr/cmrList.spec.js index 5c71132de..8d9299ce7 100644 --- a/test/cypress/integration/route/cmr/cmrList.spec.js +++ b/test/cypress/integration/route/cmr/cmrList.spec.js @@ -45,7 +45,6 @@ describe('Cmr list', () => { cy.window().then((win) => { cy.stub(win, 'open').as('windowOpen'); }); - cy.get(selectors.lastRowSelectCheckBox).click(); cy.dataCy(selectors.viewCmr).last().click(); cy.get('@windowOpen').should('be.calledWithMatch', '\/api\/Cmrs\/3'); });