Skip to content

Commit

Permalink
screenshot popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tucchhaa committed Jan 27, 2025
1 parent 21c8924 commit a9d72c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demos/testing/widgets/datagrid/PopupEditing.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runManualTest('DataGrid', 'PopupEditing', ['jQuery', 'React', 'Vue', 'Angular'],
.click($('.dx-link-edit').nth(0))
.wait(500);

await testScreenshot(t, takeScreenshot, 'datagrid_popup_editing_2_desktop.png');
await testScreenshot(t, takeScreenshot, 'datagrid_popup_editing_2_desktop.png', '.dx-overlay-content');

await t
.expect(compareResults.isValid())
Expand Down

0 comments on commit a9d72c6

Please sign in to comment.