Skip to content

Update test file examples in testing_guide/end_to_end/beginners_guide.md

Hannes Erven requested to merge (removed):fix-renamed-test-examples into master

What does this MR do?

The spec examples provided at https://docs.gitlab.com/ee/development/testing_guide/end_to_end/beginners_guide.html#run-the-spec mention files that do not exist.

Where <test_file> is:

qa/specs/features/browser_ui/1_manage/login/login_spec.rb when running the Login example.

qa/specs/features/browser_ui/2_plan/issues/issue_spec.rb when running the Issue example.

This MR updates the examples to files that actually exist:

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 Hannes Erven

Merge request reports