Explorar el Código

fix(minor): test: blur to set value

version-14
Rushabh Mehta hace 3 años
padre
commit
2c1ef84a0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      cypress/integration/report_view.js

+ 1
- 1
cypress/integration/report_view.js Ver fichero

@@ -29,7 +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.get('.dt-row-0 > .dt-cell--col-3').click(); // click outside

cy.wait('@value-update');



Cargando…
Cancelar
Guardar