fix: conflicts while merging brnach version-13 to develop

This commit is contained in:
Rohit Waghchaure
2021-08-17 10:53:19 +05:30
64 changed files with 1239 additions and 2830 deletions

View File

@@ -19,7 +19,6 @@ context('Organizational Chart', () => {
}).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 })