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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-05 16:50:11 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-05 16:50:11 +0400
commitf1e0d37b15914ce7f17a612c8afb4452a501ecd7 (patch)
tree697f9b06dcab2e491856b10be1692178d8ca4144 /features/project/graph.feature
parent64457799c5b77fe121374a2c9dbd2ad01d3a3836 (diff)
Its better to load graph with ajax since it requires ~10 seconds for bigger projects to finish up
Diffstat (limited to 'features/project/graph.feature')
-rw-r--r--features/project/graph.feature9
1 files changed, 9 insertions, 0 deletions
diff --git a/features/project/graph.feature b/features/project/graph.feature
new file mode 100644
index 00000000000..cda95f5dda6
--- /dev/null
+++ b/features/project/graph.feature
@@ -0,0 +1,9 @@
+Feature: Project Graph
+ Background:
+ Given I sign in as a user
+ And I own project "Shop"
+ And I visit project "Shop" graph page
+
+ @javascript
+ Scenario: I should see project graphs
+ Then page should have graphs