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.

});
};

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

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