test: refs #8626 update assertion in routeList.spec.js to use 'should' syntax
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-03-07 15:50:45 +01:00
parent 27957c5775
commit 574b143626
1 changed files with 1 additions and 1 deletions

View File

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