From 124ffb2134be85575ddc75bfa34903fb738c6930 Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Tue, 2 Jan 2018 14:42:28 +0100 Subject: Fix link to end-to-end testing docs from test pyramid --- doc/development/testing_guide/testing_levels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1