Skip to content

Re-organise `gfm_autocomplete_spec.rb` spec

Coung Ngo requested to merge cngo-organize-gfm-autocomplete_specrb into master

What does this MR do?

This MR organises the gfm_autocomplete_spec.rb spec into the related sections:

  • autocomplete highlighting — this consists of some tests grouped together into one aggregate_failures test so that the spec doesn't need to reload the JS page for each of these tests
    • doesnt select the first item for non-assignee dropdowns test was moved here
    • selects the first item for non-assignee dropdowns if a query is entered test was moved here
    • selects the first item for assignee dropdowns test was moved here
  • assignees

The first half of the file tests when the tribute_autocomplete feature flag is off, and the second half of the file tests when it is on. The second half when the flag is on does not quite have test parity with when the flag is off, but achieving test parity is not the focus of this MR (and will be done in a subsequent MR).

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability 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 Coung Ngo

Merge request reports