fix(minor): test: blur to set value
This commit is contained in:
parent
1e48d058b7
commit
a8da557b03
1 changed files with 2 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ context('Report View', () => {
|
|||
// select the cell
|
||||
cell.dblclick();
|
||||
cell.get('.dt-cell__edit--col-4').findByRole('checkbox').check({ force: true });
|
||||
cy.get('.frappe-list').click(); // click outside
|
||||
|
||||
cy.wait('@value-update');
|
||||
|
||||
|
|
@ -70,4 +71,4 @@ context('Report View', () => {
|
|||
cy.get('.list-paging-area .btn-more').click();
|
||||
cy.get('.list-paging-area .list-count').should('contain.text', '1000 of');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue