From a56dc7aa089c2b46d37bb92aa2c7279316f93b07 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Fri, 13 Sep 2024 10:33:08 +0200 Subject: [PATCH] test: fix test --- .../integration/vnComponent/vnLocation.spec.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test/cypress/integration/vnComponent/vnLocation.spec.js b/test/cypress/integration/vnComponent/vnLocation.spec.js index 8c187cc7e..3533a3c1f 100644 --- a/test/cypress/integration/vnComponent/vnLocation.spec.js +++ b/test/cypress/integration/vnComponent/vnLocation.spec.js @@ -46,21 +46,10 @@ describe('VnLocation', () => { cy.get('.q-btn-group > .q-btn--standard > .q-btn__content > .q-icon').click(); cy.reload(); cy.waitForElement('.q-form'); - // cy.get('[href="#/supplier/567/basic-data"] > .q-item__section--main').click(); - // cy.get( - // '[href="#/supplier/567/fiscal-data"] > .q-item__section--main' - // ).click(); cy.get(inputLocation).should( 'have.value', '46600 - Valencia(Province one), España' ); - - // cy.get('.q-form > .q-card > .vn-row:nth-child(6)') - // .find('input') - // .invoke('val') - // .then((text) => { - // expect(text).to.contain('46600 - Valencia(Province one), España'); - // }); }); it('Create postCode', () => {