test: refs #8626 addTestCases #1422
|
@ -55,6 +55,6 @@ describe('Route', () => {
|
|||
|
||||
it('Should open the worker summary pop-up', () => {
|
||||
cy.get(selectors.workerLink).click();
|
||||
cy.validateContent(':nth-child(1) > .value > span', 'logistic');
|
||||
cy.get(':nth-child(1) > .value > span').should('contain', 'logistic');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue