Commit b6ac9b43344fa645e54991619153c82f643b9579

Authored by Dmitriy Zaporozhets
1 parent cc64f2a8

Fix group test after ajax activity

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
features/group/group.feature
... ... @@ -3,6 +3,7 @@ Feature: Groups
3 3 Given I sign in as a user
4 4 And I have group with projects
5 5  
  6 + @javascript
6 7 Scenario: I should see group dashboard list
7 8 When I visit group page
8 9 Then I should see projects list
... ...