diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-05 15:50:11 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-05 15:50:11 +0300 |
| commit | f1e0d37b15914ce7f17a612c8afb4452a501ecd7 (patch) | |
| tree | 697f9b06dcab2e491856b10be1692178d8ca4144 /features/project/graph.feature | |
| parent | 64457799c5b77fe121374a2c9dbd2ad01d3a3836 (diff) | |
| download | gitlab-ce-f1e0d37b15914ce7f17a612c8afb4452a501ecd7.tar.gz | |
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.feature | 9 |
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 |
