test: refs #8626 addTestCases #1422

Merged
jtubau merged 40 commits from 8626-addTestCasesInRouteListTest into dev 2025-03-17 11:43:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 574b143626 - Show all commits

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