Spinach test added

This commit is contained in:
Alex Denisov 2012-11-28 19:59:19 +02:00
parent c873cf81f6
commit 15a72a3b87
2 changed files with 16 additions and 0 deletions

View file

@ -15,6 +15,12 @@ Feature: Dashboard
And I visit dashboard page
Then I should see groups list
Scenario: I should see correct projects count
Given I have group with projects
And group has a projects that does not belongs to me
When I visit dashboard page
Then I should see 1 project at group list
Scenario: I should see last push widget
Then I should see last push widget
And I click "Create Merge Request" link