Skip to content

Removes duplicated shared_context folder on spec/support

Mayra Cabrera requested to merge remove-dup-shared-context-folder into master

What does this MR do?

Removes duplicated shared_context folder. We have both spec/support/shared_context and spec/support/shared_contexts, since we only have one file on spec/support/shared_context, this MR moves it to spec/support/shared_contexts.

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 Mayra Cabrera

Merge request reports