Skip to content

Scheduler — QUnit test flakiness for workspace group header cell height comparison#32842

Merged
alexslavr merged 1 commit intoDevExpress:26_1from
aleksei-semikozov:fix-scheduler-qunit-stability
Mar 10, 2026
Merged

Scheduler — QUnit test flakiness for workspace group header cell height comparison#32842
alexslavr merged 1 commit intoDevExpress:26_1from
aleksei-semikozov:fix-scheduler-qunit-stability

Conversation

@aleksei-semikozov
Copy link
Copy Markdown
Contributor

No description provided.

@aleksei-semikozov aleksei-semikozov self-assigned this Mar 10, 2026
@aleksei-semikozov aleksei-semikozov requested a review from a team as a code owner March 10, 2026 08:59
Copilot AI review requested due to automatic review settings March 10, 2026 08:59
Copy link
Copy Markdown
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 PR fixes QUnit test flakiness in the Scheduler workspace integration tests by replacing exact height equality assertions with approximate equality assertions. The test 'Workspace view group header cells have same height as table cells (T837711)' was comparing cell heights using assert.equal, which could fail due to sub-pixel rendering differences across environments.

Changes:

  • Replace two assert.equal calls with assert.roughEqual (tolerance of 0.5px) for group header cell height comparisons to eliminate flaky test failures.

@alexslavr alexslavr merged commit 0fcff68 into DevExpress:26_1 Mar 10, 2026
97 of 104 checks passed
@aleksei-semikozov aleksei-semikozov deleted the fix-scheduler-qunit-stability branch March 20, 2026 17:12
alexslavr pushed a commit that referenced this pull request Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants