forked from verdnatura/salix-front
test: remove only
This commit is contained in:
parent
e156629775
commit
c86731d9e8
|
@ -59,7 +59,7 @@ describe('Client list', () => {
|
|||
cy.checkValueForm(1, search);
|
||||
cy.checkValueForm(2, search);
|
||||
});
|
||||
it.only('Client founded create order', () => {
|
||||
it('Client founded create order', () => {
|
||||
const search = 'Jessica Jones';
|
||||
cy.searchByLabel('Name', search);
|
||||
cy.clickButtonWith('icon', 'icon-basketadd');
|
||||
|
|
Loading…
Reference in New Issue