forked from verdnatura/salix-front
test: fix test
This commit is contained in:
parent
5796bc9c0a
commit
a56dc7aa08
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in New Issue