fix: flaky Org Chart Test (#27971)

This commit is contained in:
Rucha Mahabal
2021-10-18 11:06:16 +05:30
committed by GitHub
parent 9c54d6df13
commit 8eacaddde7
3 changed files with 8 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ context('Organizational Chart', () => {
cy.get('.frappe-control[data-fieldname=company] input').focus().as('input');
cy.get('@input')
.clear({ force: true })
.type('Test Org Chart{enter}', { force: true })
.type('Test Org Chart{downarrow}{enter}', { force: true })
.blur({ force: true });
});
});