소스 검색

fix(minor): test: blur to set value

version-14
Rushabh Mehta 3 년 전
부모
커밋
2c1ef84a0b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      cypress/integration/report_view.js

+ 1
- 1
cypress/integration/report_view.js 파일 보기

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



불러오는 중...
취소
저장