Skip to content

Conversation

@anna-shakhova
Copy link
Contributor

No description provided.

@anna-shakhova anna-shakhova self-assigned this Jan 13, 2026
@anna-shakhova anna-shakhova changed the title Skip demos tests DataGrid: unskip demos tests Jan 13, 2026
@anna-shakhova anna-shakhova force-pushed the drafts/26_1__unskip_tests branch from aa9fab4 to 83c8bc2 Compare January 13, 2026 12:57
@anna-shakhova anna-shakhova force-pushed the drafts/26_1__unskip_tests branch from 83c8bc2 to ffb382b Compare January 13, 2026 13:31
@anna-shakhova anna-shakhova marked this pull request as ready for review January 13, 2026 13:45
@anna-shakhova anna-shakhova requested a review from a team as a code owner January 13, 2026 13:45
Copilot AI review requested due to automatic review settings January 13, 2026 13:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request unskips several DataGrid demo tests that were previously disabled. The PR makes tests active again across multiple frameworks (jQuery, Angular, React, Vue) and updates the theme detection logic in the MultipleRecordSelectionModes demo.

Changes:

  • Unskipped two QUnit tests in DataGrid: one for selection behavior and one for remote REST store loading
  • Removed 'Toolbar', 'MultipleRecordSelectionModes', and 'RemoteCRUDOperations' from skipped test lists across frameworks
  • Updated theme detection logic in MultipleRecordSelectionModes demos to use isGeneric() instead of string checking
  • Cleaned up duplicate entries and sorted test skip arrays alphabetically

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/devextreme/testing/tests/DevExpress.ui.widgets.dataGrid/selection.tests.js Changed QUnit.skip to QUnit.test for selection event test
packages/devextreme/testing/tests/DevExpress.ui.widgets.dataGrid/dataGrid.tests.js Changed QUnit.skip to QUnit.test for REST store test and moved ticket reference to test name
apps/demos/utils/visual-tests/matrix-test-helper.ts Removed 'Toolbar' from skipped tests, removed duplicate 'EditStateManagement' entries, and alphabetically sorted arrays
apps/demos/testing/skipped-tests.js Removed 'Toolbar', 'MultipleRecordSelectionModes', and 'RemoteCRUDOperations' from skipped tests across Angular, React, and Vue
apps/demos/Demos/DataGrid/MultipleRecordSelectionModes/Vue/App.vue Updated theme detection to use isGeneric() function with corrected logic
apps/demos/Demos/DataGrid/MultipleRecordSelectionModes/ReactJs/App.js Updated theme detection to use isGeneric() function with corrected logic
apps/demos/Demos/DataGrid/MultipleRecordSelectionModes/React/App.tsx Updated theme detection to use isGeneric() function with corrected logic
apps/demos/Demos/DataGrid/MultipleRecordSelectionModes/Angular/app/app.component.ts Updated theme detection to use isGeneric() function with corrected logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant