ソースを参照

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

読み込み中…
キャンセル
保存