forked from verdnatura/salix-front
parent
0ba577ad04
commit
d25cdbf34e
|
@ -50,7 +50,7 @@ describe('Client list', () => {
|
||||||
cy.clickButtonsDescriptor(2);
|
cy.clickButtonsDescriptor(2);
|
||||||
cy.waitForElement('#formModel');
|
cy.waitForElement('#formModel');
|
||||||
cy.waitForElement('.q-form');
|
cy.waitForElement('.q-form');
|
||||||
cy.checkValueForm(1, search);
|
cy.checkValueSelectForm(1, search);
|
||||||
});
|
});
|
||||||
it.skip('Client founded create order', () => {
|
it.skip('Client founded create order', () => {
|
||||||
const search = 'Jessica Jones';
|
const search = 'Jessica Jones';
|
||||||
|
|
Loading…
Reference in New Issue