diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-01-02 14:42:28 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-01-02 14:42:28 +0100 |
commit | 124ffb2134be85575ddc75bfa34903fb738c6930 (patch) | |
tree | 94f3d354da8749a7ebabef69e614a67a1374dec9 /doc | |
parent | 1aa25a3fe3b7167c2d9c73930cf9a05794be0dd2 (diff) | |
download | gitlab-ce-124ffb2134be85575ddc75bfa34903fb738c6930.tar.gz |
Fix link to end-to-end testing docs from test pyramid
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/testing_guide/testing_levels.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/testing_levels.md b/doc/development/testing_guide/testing_levels.md index dd0e9a77164..4adf0dc7c7a 100644 --- a/doc/development/testing_guide/testing_levels.md +++ b/doc/development/testing_guide/testing_levels.md @@ -121,7 +121,7 @@ running feature tests (i.e. using Capybara) against it. The actual test scenarios and steps are [part of GitLab Rails] so that they're always in-sync with the codebase. -Read a separate document about [end-to-end tests](../end_to_end_tests.md) to +Read a separate document about [end-to-end tests](end_to_end_tests.md) to learn more. [multiple pieces]: ../architecture.md#components |