test: refs #8621 remove unnecessary checkbox click in CMR list test
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
bf7533e82f
commit
911097dae4
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue