fix: sider

This commit is contained in:
Rucha Mahabal 2021-07-20 10:55:05 +05:30
parent eb65ce662a
commit 41dd0c5a8a
2 changed files with 19 additions and 20 deletions

View File

@ -14,8 +14,7 @@ context('Organizational Chart', () => {
'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')