Procházet zdrojové kódy

fix(minor): test: blur to set value

version-14
Rushabh Mehta před 3 roky
rodič
revize
2c1ef84a0b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      cypress/integration/report_view.js

+ 1
- 1
cypress/integration/report_view.js Zobrazit soubor

@@ -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');



Načítá se…
Zrušit
Uložit