Skip to content

Conversation

@dmlvr
Copy link
Contributor

@dmlvr dmlvr commented Jan 14, 2026

No description provided.

@dmlvr dmlvr changed the title Navigation: Fix unstable tests Navigation: Fix unstable Qunit tests Jan 14, 2026
@dmlvr dmlvr marked this pull request as ready for review January 14, 2026 11:11
@dmlvr dmlvr requested a review from a team as a code owner January 14, 2026 11:11
Copilot AI review requested due to automatic review settings January 14, 2026 11:11
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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

} else {
QUnit.test(name, callback);
}
function conditionalTest(name, isUnsupportedConfig, callback) {
Copy link
Contributor

Choose a reason for hiding this comment

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

At the moment, it looks the same as before. I suggest we fix the current valid values for unsupported scenarios here and consider them correct.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

});
};

QUnit.assert.arraysRoughEqual = function(actual, expected, message, percentTolerance = 10) {
Copy link
Contributor

@EugeniyKiyashko EugeniyKiyashko Jan 14, 2026

Choose a reason for hiding this comment

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

Let’s not add new helper functions for this purpose. I suggest removing it and fixing the current expected values directly in the tests

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed helper and added object with expected results for failed tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

UPD: removed failed test

Copilot AI review requested due to automatic review settings January 15, 2026 11:52
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

Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.

…jection.tests.js

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Dmitry Lavrinovich <[email protected]>
Copilot AI review requested due to automatic review settings January 15, 2026 12:22
dmlvr and others added 3 commits January 15, 2026 14:23
…jection.tests.js

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Dmitry Lavrinovich <[email protected]>
….scenarios.tests.js

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Dmitry Lavrinovich <[email protected]>
….scenarios.tests.js

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Dmitry Lavrinovich <[email protected]>
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

Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.

@dmlvr dmlvr merged commit 0290eb0 into DevExpress:26_1 Jan 15, 2026
114 of 115 checks passed
dmlvr added a commit to dmlvr/DevExtreme that referenced this pull request Jan 15, 2026
Signed-off-by: Dmitry Lavrinovich <[email protected]>
Co-authored-by: Copilot <[email protected]>
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.

2 participants