Skip to content

Commit

Permalink
remove datagrid check on overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
tongsonbarbs committed Dec 11, 2024
1 parent 9cd1b96 commit d921e82
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ test('DataGrid - Canceled rows are hidden when multiple rows are added in batch
const overlay2 = new Overlay(Selector('.dx-overlay-wrapper'), 1);
const cancelBtn = overlay2.getToolbar(1).getItem(1);
const saveBtnPopup = overlay1.getToolbar(1).getItem(0);
await t.expect(dataGrid.isReady()).ok();
await t
.click(cancelBtn)
.click(saveBtnPopup);
Expand Down

0 comments on commit d921e82

Please sign in to comment.