fix: refs #8422 ensure checkbox state toggles correctly in route extended list tests
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jose Antonio Tubau 2025-04-07 09:25:16 +02:00
parent 6ddcf57b08
commit 2715502aba
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ describe('Route extended list', () => {
.type(`{selectall}{backspace}${value}`);
break;
case 'checkbox':
cy.get(selector).should('be.visible').click().click();
cy.get(selector).should('be.visible').click()
cy.get(selector).click();
break;
}
}