#7677 - Improve VnLocation #563

Merged
jsegarra merged 10 commits from 7677_vnLocation_perf into dev 2024-09-17 08:29:24 +00:00
1 changed files with 0 additions and 11 deletions
Showing only changes of commit a56dc7aa08 - Show all commits

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