diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-07 22:05:21 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-07 22:05:21 +0200 |
commit | b6ac9b43344fa645e54991619153c82f643b9579 (patch) | |
tree | 0d293d89e215cdf4792801f9bf1c00c874b2e90f /features/group | |
parent | cc64f2a814802abe9ae3bb8297079b643c8774df (diff) | |
download | gitlab-ce-b6ac9b43344fa645e54991619153c82f643b9579.tar.gz |
Fix group test after ajax activity
Diffstat (limited to 'features/group')
-rw-r--r-- | features/group/group.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/group/group.feature b/features/group/group.feature index 580f7e44002..a4a55a7fc26 100644 --- a/features/group/group.feature +++ b/features/group/group.feature @@ -3,6 +3,7 @@ Feature: Groups Given I sign in as a user And I have group with projects + @javascript Scenario: I should see group dashboard list When I visit group page Then I should see projects list |