Skip to content

[CE] Fix filter token not showing up when multiple assignees are enabled

Heinrich Lee Yu requested to merge fix-search-bar-specs into master

What does this MR do?

Fix false positives in filtered search specs

Previously, assertions were made based on elements found. So the specs still pass even if the elements don't exist.

This changes the helper to iterate on the expected tokens and see if the element exists

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
Edited by Heinrich Lee Yu

Merge request reports