Skip to content

Commit d665554

Browse files
committed
screenshot popup
1 parent 981da13 commit d665554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demos/testing/widgets/datagrid/PopupEditing.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runManualTest('DataGrid', 'PopupEditing', ['jQuery', 'React', 'Vue', 'Angular'],
1919
.click($('.dx-link-edit').nth(0))
2020
.wait(500);
2121

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

2424
await t
2525
.expect(compareResults.isValid())

0 commit comments

Comments
 (0)