test: refs #8621 remove unnecessary checkbox click in CMR list test
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jose Antonio Tubau 2025-03-14 07:25:58 +01:00
parent bf7533e82f
commit 911097dae4
1 changed files with 0 additions and 1 deletions

View File

@ -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');
});