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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'features/project/graph.feature')
-rw-r--r--features/project/graph.feature14
1 files changed, 0 insertions, 14 deletions
diff --git a/features/project/graph.feature b/features/project/graph.feature
deleted file mode 100644
index 89064242c1c..00000000000
--- a/features/project/graph.feature
+++ /dev/null
@@ -1,14 +0,0 @@
-Feature: Project Graph
- Background:
- Given I sign in as a user
- And I own project "Shop"
-
- @javascript
- Scenario: I should see project graphs
- When I visit project "Shop" graph page
- Then page should have graphs
-
- @javascript
- Scenario: I should see project commits graphs
- When I visit project "Shop" commits graph page
- Then page should have commits graphs