Skip to content

Commit 6104440

Browse files
e2e framework tests: fix flaky scenarios (#31373)
1 parent 568cbc5 commit 6104440

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
11.4 KB
Loading

apps/demos/utils/visual-tests/matrix-test-helper.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ const SKIPPED_TESTS = {
226226
]
227227
},
228228
Angular: {
229+
Common: ['PopupAndNotificationsOverview'],
229230
DataGrid: ['EditStateManagement', 'Toolbar', 'RemoteGrouping'],
230231
Scheduler: ['ContextMenu'],
231232
FileUploader: ['CustomDropzone']
@@ -240,6 +241,7 @@ const SKIPPED_TESTS = {
240241
FileUploader: ['CustomDropzone']
241242
},
242243
React: {
244+
Common: ['PopupAndNotificationsOverview'],
243245
Scheduler: [
244246
{ demo: 'ContextMenu', themes: [THEME.fluent] },
245247
],

0 commit comments

Comments
 (0)