From 47248680bad7da182df0aca47df9c9cc387d45cf Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 27 May 2024 18:35:34 +0200 Subject: [PATCH] test: #7489 Fix VnLocation.spec.js --- test/cypress/integration/VnLocation.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/VnLocation.spec.js b/test/cypress/integration/VnLocation.spec.js index d1cddd0e7..84b2086cc 100644 --- a/test/cypress/integration/VnLocation.spec.js +++ b/test/cypress/integration/VnLocation.spec.js @@ -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');