test: refs #8621 add e2e tests for cmrList #1500
|
@ -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