Scheduler: QUnit tests: ensure compatibility with Fluent and drop Generic theme testing#32278
Merged
aleksei-semikozov merged 47 commits intoDevExpress:26_1from Feb 16, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates QUnit test themes to align scheduler and related tests with the Fluent theme, phasing out Generic theme usage in those suites.
Changes:
- Replace
generic_light.css!withfluent_blue_light.css!in multiple scheduler QUnit test files to ensure compatibility with the Fluent theme. - Update pivot grid QUnit tests to use the Fluent theme CSS.
- Update the Knockout-based scheduler test suite to load the Fluent theme instead of the Generic theme.
Reviewed changes
Copilot reviewed 40 out of 40 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/workSpaceWithHorizontalScroll.tests.js | Switches scheduler workspace horizontal scroll tests from Generic to Fluent theme CSS import. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/workSpace.week.tests.js | Switches week workspace scheduler tests to import Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/workSpace.month.tests.js | Switches month workspace scheduler tests to import Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/workSpace.base.tests.js | Switches base workspace scheduler tests to import Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/workSpace.api.tests.js | Switches workspace API scheduler tests to import Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/virtual_scrolling.timeline.tests.js | Switches scheduler virtual scrolling timeline tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/virtual_scrolling.monthView.tests.js | Switches scheduler virtual scrolling month view tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/virtual_scrolling.integration.tests.js | Switches scheduler virtual scrolling integration tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/views.cellTemplate.tests.js | Switches scheduler cell template view tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/timezones.tests.js | Switches scheduler timezone tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/timeline.tests.js | Switches scheduler timeline view tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/subscribes.tests.js | Switches scheduler subscribes tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/pacificTime.tests.js | Switches Pacific time–related scheduler tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/layoutManager.tests.js | Switches scheduler layout manager tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/integration.workSpace.tests.js | Switches workspace integration scheduler tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/integration.resources.tests.js | Switches scheduler resource integration tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/integration.recurringAppointments.tests.js | Switches recurring appointments scheduler integration tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/integration.multiWeekAppointments.tests.js | Switches multi-week appointments scheduler integration tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/integration.appointmentsVertical.tests.js | Switches vertical appointments scheduler integration tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/integration.appointments.crossScrollingEnabled.tests.js | Switches cross-scrolling-enabled appointments integration tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/integration.appointmentTooltip.tests.js | Switches scheduler appointment tooltip integration tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/integration.appointmentCollector.tests.js | Switches scheduler appointment collector integration tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/integration.agenda.tests.js | Switches scheduler agenda integration tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/integration.RTL.tests.js | Switches RTL scheduler integration tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/dragAndDropAppointments.tests.js | Switches drag-and-drop appointments scheduler tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/currentTimeIndicator.tests.js | Switches current time indicator scheduler tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/contentReadyEvent.tests.js | Switches content ready event scheduler tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/common.tests.js | Switches common scheduler tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/common.options.tests.js | Switches common options scheduler tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/common.initialization.tests.js | Switches scheduler initialization tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/appointment.week.based.views.tests.js | Switches week-based appointment view scheduler tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/appointment.timeLines.tests.js | Switches appointment timeline scheduler tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/appointment.templates.tests.js | Switches appointment template scheduler tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/appointment.scroll.tests.js | Switches appointment scroll behavior scheduler tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/appointment.monthView.tests.js | Switches appointment month view scheduler tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/allDayAppointments.common-1.tests.js | Switches one of the all-day appointments common scheduler test files to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/allDayAppointments.common-0.tests.js | Switches the other all-day appointments common scheduler test file to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.pivotGrid/pivotGrid.tests.js | Switches core pivot grid tests to import Fluent theme CSS instead of Generic. |
| packages/devextreme/testing/tests/DevExpress.ui.widgets.pivotGrid/export.tests.js | Switches pivot grid export tests to Fluent theme CSS. |
| packages/devextreme/testing/tests/DevExpress.knockout/scheduler.tests.js | Switches Knockout-based scheduler tests to require the Fluent theme CSS instead of Generic. |
0843ddb to
d761efa
Compare
d761efa to
f35bfc1
Compare
f35bfc1 to
b424864
Compare
b424864 to
d223d1e
Compare
packages/devextreme/testing/tests/DevExpress.ui.widgets.pivotGrid/pivotGrid.tests.js
Outdated
Show resolved
Hide resolved
packages/devextreme/testing/tests/DevExpress.ui.widgets.pivotGrid/pivotGrid.tests.js
Show resolved
Hide resolved
packages/devextreme/testing/tests/DevExpress.ui.widgets.pivotGrid/export.tests.js
Show resolved
Hide resolved
...evextreme/testing/tests/DevExpress.ui.widgets.scheduler/allDayAppointments.common-0.tests.js
Outdated
Show resolved
Hide resolved
...evextreme/testing/tests/DevExpress.ui.widgets.scheduler/allDayAppointments.common-1.tests.js
Show resolved
Hide resolved
packages/devextreme/testing/tests/DevExpress.ui.widgets.pivotGrid/pivotGrid.tests.js
Show resolved
Hide resolved
packages/devextreme/testing/tests/DevExpress.ui.widgets.pivotGrid/pivotGrid.tests.js
Show resolved
Hide resolved
packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/layoutManager.tests.js
Show resolved
Hide resolved
...reme/testing/tests/DevExpress.ui.widgets.scheduler/integration.appointmentCollector.tests.js
Show resolved
Hide resolved
…ng integration and Month View tests
…tion and Month View tests
...eme/testing/tests/DevExpress.ui.widgets.scheduler/integration.multiWeekAppointments.tests.js
Show resolved
Hide resolved
packages/devextreme/testing/tests/DevExpress.ui.widgets.pivotGrid/export.tests.js
Show resolved
Hide resolved
packages/devextreme/testing/tests/DevExpress.ui.widgets.scheduler/currentTimeIndicator.tests.js
Show resolved
Hide resolved
...eme/testing/tests/DevExpress.ui.widgets.scheduler/integration.recurringAppointments.tests.js
Show resolved
Hide resolved
…ing integration tests
…ng integration tests
…ng integration tests
…ng integration tests
sjbur
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.