mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
fix: sider
This commit is contained in:
@@ -14,8 +14,7 @@ context('Organizational Chart', () => {
|
|||||||
'X-Frappe-CSRF-Token': csrf_token
|
'X-Frappe-CSRF-Token': csrf_token
|
||||||
},
|
},
|
||||||
timeout: 60000
|
timeout: 60000
|
||||||
})
|
}).then(res => {
|
||||||
.then(res => {
|
|
||||||
expect(res.status).eq(200);
|
expect(res.status).eq(200);
|
||||||
cy.get('.frappe-control[data-fieldname=company] input').focus().as('input');
|
cy.get('.frappe-control[data-fieldname=company] input').focus().as('input');
|
||||||
cy.get('@input')
|
cy.get('@input')
|
||||||
|
|||||||
Reference in New Issue
Block a user