Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Wells <pwells@gitlab.com>2023-08-10 21:28:16 +0300
committerPhillip Wells <pwells@gitlab.com>2023-08-10 21:28:16 +0300
commit95a4eb4fa3920264599a2d53bd6a311d3ab5f8d8 (patch)
tree562b882921abf02437a6da1df8d4957ea7c1869c
parent6c5005983c2f2a50dfd843f775344af06308d029 (diff)
parentfa87a2cb6ce649cf83b36224dc0e22bffaa76ad8 (diff)
Merge branch 'mlapierre-main-patch-31118' into 'main'
Update e2e test pipelines in navigation See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/4155 Merged-by: Phillip Wells <pwells@gitlab.com> Approved-by: Phillip Wells <pwells@gitlab.com> Co-authored-by: Mark Lapierre <mlapierre@gitlab.com>
-rw-r--r--content/_data/navigation.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 9f9e7a4f..c67ad97b 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2962,8 +2962,8 @@ sections:
doc_url: 'ee/development/testing_guide/end_to_end/capybara_to_chemlab_migration_guide.html'
- doc_title: Execution context selection
doc_url: 'ee/development/testing_guide/end_to_end/execution_context_selection.html'
- - doc_title: e2e:package-and-test
- doc_url: 'ee/development/testing_guide/end_to_end/package_and_test_pipeline.html'
+ - doc_title: End-to-end test pipelines
+ doc_url: 'ee/development/testing_guide/end_to_end/test_pipelines.html'
- doc_title: Running tests that require special setup
doc_url: 'ee/development/testing_guide/end_to_end/running_tests_that_require_special_setup.html'
- doc_title: RSpec metadata for end-to-end tests