Skip to content

Commit b062f83

Browse files
Merge branch '26_1' into 26_1_regenerate_angular_wrappers
2 parents 5f72063 + 93225f1 commit b062f83

5 files changed

Lines changed: 4 additions & 2 deletions

File tree

apps/demos/testing/common.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const getIgnoredRules = (testName) => {
9696
'Diagram-UICustomization': ['aria-dialog-name', 'label'],
9797
'Diagram-WebAPIService': ['aria-dialog-name', 'label'],
9898

99-
'FileManager-BindingToEF': ['aria-command-name', 'label'],
99+
'FileManager-BindingToEF': ['aria-command-name', 'empty-table-header', 'label'],
100100
'FileManager-BindingToFileSystem': ['aria-command-name', 'empty-table-header', 'label'],
101101
'FileManager-BindingToHierarchicalStructure': ['aria-command-name', 'empty-table-header', 'label'],
102102
'FileManager-CustomThumbnails': ['aria-allowed-attr', 'aria-command-name', 'image-alt', 'label'],
Binary file not shown.
Binary file not shown.

apps/demos/utils/visual-tests/testcafe-runner.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ async function main() {
111111
}
112112
window.getSelection()?.removeAllRanges();
113113
}).with({ boundTestRun: t })();
114+
115+
await t.hover('html', { offsetX: 1, offsetY: 1 });
114116
},
115117
},
116118
},

e2e/testcafe-devextreme/runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ async function main() {
272272
window.getSelection()?.removeAllRanges();
273273
}).with({ boundTestRun: t })();
274274

275-
await t.hover('html');
275+
await t.hover('html', { offsetX: 1, offsetY: 1 });
276276

277277
const [width, height] = meta?.browserSize ?? DEFAULT_BROWSER_SIZE;
278278
await t.resizeWindow(width, height);

0 commit comments

Comments
 (0)