Commit 766c7741 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-renamed-test-examples' into 'master'

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

See merge request gitlab-org/gitlab!64464
parents 39e940d8 23394c6b
......@@ -349,8 +349,8 @@ GITLAB_PASSWORD=<GDK root password> bundle exec bin/qa Test::Instance::All http:
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.
- `qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb` when running the Login example.
- `qa/specs/features/browser_ui/2_plan/issues/create_issue_spec.rb` when running the Issue example.
## End-to-end test merge request template
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment