Skip to content

Sorts the expected labels in the note

Heinrich Lee Yu requested to merge 12737-fix-merge-into-notes-spec into master

What does this MR do?

The labels are sorted based on references (which are based on ids).

Our expectation in the test breaks when the ids reach double digits because ~12 is sorted before ~9.

This fixes the test to use the same ordering

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #12737 (closed)

Edited by Coung Ngo

Merge request reports