diff options
| author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-10 06:35:23 -0700 |
|---|---|---|
| committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-10 06:35:23 -0700 |
| commit | b58155113b46690d9390597f9f1feccf44b00989 (patch) | |
| tree | fded841ab9308d4636e21d51c1c808cbf312b87d /features/project/network.feature | |
| parent | 698500dd786cc931cabeb0f44087c0cd11bd0131 (diff) | |
| download | gitlab-ce-b58155113b46690d9390597f9f1feccf44b00989.tar.gz | |
add spinach steps for remaining features
Diffstat (limited to 'features/project/network.feature')
| -rw-r--r-- | features/project/network.feature | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/features/project/network.feature b/features/project/network.feature index 61c05eb367e..31ce5ad3279 100644 --- a/features/project/network.feature +++ b/features/project/network.feature @@ -1,10 +1,9 @@ -@javascript Feature: Project Network Graph - Background: - Given I signin as a user + Given I sign in as a user And I own project "Shop" And I visit project "Shop" network page + @javascript Scenario: I should see project network Then page should have network graph |
