0
0
Fork 0

test: #7489 Fix VnLocation.spec.js

This commit is contained in:
Javier Segarra 2024-05-27 18:35:34 +02:00
parent 3ae523ef04
commit 47248680ba
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ describe('VnLocation', () => {
});
it('Create postCode', function () {
cy.get(
':nth-child(6) > .q-field > .q-field__inner > .q-field__control > :nth-child(3) > .q-icon'
':nth-child(6) > .q-field > .q-field__inner > .q-field__control > :nth-child(2) > .q-icon'
).click();
cy.get('.q-card > h1').should('have.text', 'New postcode');
cy.get(dialogInputs).eq(0).clear('12');