Skip to content

Commit

Permalink
Pager: skip RTL checks (#27908)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raushen authored Aug 14, 2024
1 parent edd1b02 commit f603d55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/demos/testing/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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] },
Expand Down Expand Up @@ -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] },
Expand Down Expand Up @@ -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] },
Expand Down

0 comments on commit f603d55

Please sign in to comment.