test: #8162 fix clientList spec
This commit is contained in:
parent
68c9baa7f6
commit
1fb927488a
|
@ -15,7 +15,7 @@ describe('Client list', () => {
|
|||
});
|
||||
});
|
||||
|
||||
it.only('Client list create new client', () => {
|
||||
it('Client list create new client', () => {
|
||||
cy.get('.q-page-sticky > div > .q-btn > .q-btn__content > .q-icon').click();
|
||||
const data = {
|
||||
Name: { val: 'Name 1' },
|
||||
|
|
Loading…
Reference in New Issue