From 3c0a197a04507f89da4032ccfeaa3fe6931ae191 Mon Sep 17 00:00:00 2001 From: Jon Glassman Date: Mon, 20 Feb 2023 13:40:07 +0000 Subject: Add missing end to end testing pages to Nav --- content/_data/navigation.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml index 943aa3ce..2882228c 100644 --- a/content/_data/navigation.yaml +++ b/content/_data/navigation.yaml @@ -2758,6 +2758,16 @@ sections: doc_url: 'ee/development/testing_guide/end_to_end/page_objects.html' - doc_title: Resource class in GitLab QA doc_url: 'ee/development/testing_guide/end_to_end/resources.html' + - doc_title: Migrate Capybara to Chemlab + 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: 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 + doc_url: 'ee/development/testing_guide/end_to_end/rspec_metadata_tests.html' - doc_title: Style guide for writing end-to-end tests doc_url: 'ee/development/testing_guide/end_to_end/style_guide.html' - doc_title: Testing with feature flags -- cgit v1.2.3