summaryrefslogtreecommitdiff
path: root/features/project/source
diff options
context:
space:
mode:
Diffstat (limited to 'features/project/source')
-rw-r--r--features/project/source/browse_files.feature2
-rw-r--r--features/project/source/git_blame.feature2
-rw-r--r--features/project/source/markdown_render.feature2
-rw-r--r--features/project/source/multiselect_blob.feature2
-rw-r--r--features/project/source/search_code.feature2
5 files changed, 5 insertions, 5 deletions
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature
index 1cd3a91667f..20ef7ac5702 100644
--- a/features/project/source/browse_files.feature
+++ b/features/project/source/browse_files.feature
@@ -1,4 +1,4 @@
-Feature: Project Browse files
+Feature: Project Source Browse files
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/source/git_blame.feature b/features/project/source/git_blame.feature
index cb993ffc639..48b1077dc6b 100644
--- a/features/project/source/git_blame.feature
+++ b/features/project/source/git_blame.feature
@@ -1,4 +1,4 @@
-Feature: Project Browse git repo
+Feature: Project Source Git Blame
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/source/markdown_render.feature b/features/project/source/markdown_render.feature
index fce351317c6..ecbd721c281 100644
--- a/features/project/source/markdown_render.feature
+++ b/features/project/source/markdown_render.feature
@@ -1,4 +1,4 @@
-Feature: Project markdown render
+Feature: Project Source Markdown Render
Background:
Given I sign in as a user
And I own project "Delta"
diff --git a/features/project/source/multiselect_blob.feature b/features/project/source/multiselect_blob.feature
index f60b646a8d9..63b7cb77a93 100644
--- a/features/project/source/multiselect_blob.feature
+++ b/features/project/source/multiselect_blob.feature
@@ -1,4 +1,4 @@
-Feature: Project Multiselect Blob
+Feature: Project Source Multiselect Blob
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/source/search_code.feature b/features/project/source/search_code.feature
index 93b326696d0..4f9dcea249f 100644
--- a/features/project/source/search_code.feature
+++ b/features/project/source/search_code.feature
@@ -1,4 +1,4 @@
-Feature: Project Search code
+Feature: Project Source Search Code
Background:
Given I sign in as a user