0
0
Fork 0

test: fix test

This commit is contained in:
Javier Segarra 2024-09-13 10:33:08 +02:00
parent 5796bc9c0a
commit a56dc7aa08
1 changed files with 0 additions and 11 deletions

View File

@ -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', () => {