Skip to content

Simplify test code

Walmyr Lima e Silva Filho requested to merge remove-dead-code into master

What does this MR do?

This MR simplifies some test code.

There is no need to overwrite to_s Ruby method to make the only test that uses the method has_issue? to work. I mean, it works fine using issue.title, which is how I updated it.

This MR also updates the page object adding a missing element on it.

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 Walmyr Lima e Silva Filho

Merge request reports