WARMFIX: e2e jsegarra #973

Merged
jsegarra merged 12 commits from fix_js_e2e into test 2024-11-21 08:20:22 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit deb6467af8 - Show all commits

View File

@ -297,7 +297,7 @@ Cypress.Commands.add('checkNotification', (text) => {
jsegarra marked this conversation as resolved Outdated
Outdated
Review

?

?
Cypress.Commands.add('checkValueForm', (id, search) => {
cy.get(
`.grid-create > :nth-child(${id}) > .q-field__inner > .q-field__control > .q-field__control-container > .q-field__native > .q-field__input`
`.grid-create > :nth-child(${id}) > .q-field__inner > .q-field__control > .q-field__control-container > .q-field__native > .q-field__input`
).should('have.value', search);
});