WARMFIX: e2e jsegarra #973

Merged
jsegarra merged 12 commits from fix_js_e2e into test 2024-11-21 08:20:22 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1fb927488a - Show all commits

View File

@ -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' },