test: refs #8626 update assertion in routeList.spec.js to use 'should' syntax
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
27957c5775
commit
574b143626
|
@ -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