fix: sider
This commit is contained in:
parent
41dd0c5a8a
commit
0222ee0358
@ -21,8 +21,6 @@ context('Organizational Chart', () => {
|
||||
.clear({ force: true })
|
||||
.type('Test Org Chart{enter}', { force: true })
|
||||
.blur({ force: true });
|
||||
|
||||
cy.get('body').click();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
@ -15,16 +15,13 @@ context('Organizational Chart Mobile', () => {
|
||||
'X-Frappe-CSRF-Token': csrf_token
|
||||
},
|
||||
timeout: 60000
|
||||
})
|
||||
.then(res => {
|
||||
}).then(res => {
|
||||
expect(res.status).eq(200);
|
||||
cy.get('.frappe-control[data-fieldname=company] input').focus().as('input');
|
||||
cy.get('@input')
|
||||
.clear({ force: true })
|
||||
.type('Test Org Chart{enter}', { force: true })
|
||||
.blur({ force: true });
|
||||
|
||||
cy.get('body').click();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user