瀏覽代碼

fix(minor): test: blur to set value

version-14
Rushabh Mehta 3 年之前
父節點
當前提交
a8da557b03
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      cypress/integration/report_view.js

+ 2
- 1
cypress/integration/report_view.js 查看文件

@@ -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…
取消
儲存