diff --git a/apps/demos/testing/common.test.js b/apps/demos/testing/common.test.js index 349ffe3c5076..8db3dc6f2813 100644 --- a/apps/demos/testing/common.test.js +++ b/apps/demos/testing/common.test.js @@ -79,6 +79,7 @@ const SKIPPED_TESTS = { { demo: 'CellEditingAndEditingAPI', themes: [THEME.material] }, { demo: 'MultipleRecordSelectionAPI', themes: [THEME.material] }, { demo: 'RemoteGrouping', themes: [THEME.generic] }, + { demo: 'RightToLeftSupport', themes: [THEME.generic, THEME.material, THEME.fluent] }, ], Charts: [ { demo: 'Overview', themes: [THEME.material] }, @@ -146,6 +147,7 @@ const SKIPPED_TESTS = { { demo: 'ToolbarCustomization', themes: [THEME.fluent, THEME.material] }, { demo: 'MultipleRecordSelectionAPI', themes: [THEME.material] }, { demo: 'CellEditingAndEditingAPI', themes: [THEME.material] }, + { demo: 'RightToLeftSupport', themes: [THEME.generic, THEME.material, THEME.fluent] }, ], Gantt: [ { demo: 'Validation', themes: [THEME.generic, THEME.material, THEME.fluent] }, @@ -208,6 +210,7 @@ const SKIPPED_TESTS = { { demo: 'CellEditingAndEditingAPI', themes: [THEME.material] }, { demo: 'PopupEditing', themes: [THEME.generic] }, { demo: 'RecordPaging', themes: [THEME.generic] }, + { demo: 'RightToLeftSupport', themes: [THEME.generic, THEME.material, THEME.fluent] }, ], FieldSet: [ { demo: 'Overview', themes: [THEME.fluent] },