Cucumber -> Dashboard features

This commit is contained in:
randx 2012-06-16 12:50:14 +03:00
parent 85b86e6476
commit 781fd1a80c
4 changed files with 97 additions and 1 deletions

View file

@ -0,0 +1,18 @@
Feature: Dashboard
Background:
Given I signin as a user
And I own project "Shop"
And project "Shop" has push event
And I visit dashboard page
Scenario: I should see projects list
Then I should see "New Project" link
Then I should see "Shop" project link
Then I should see project "Shop" activity feed
Scenario: I should see last pish widget
Then I should see last push widget
And I click "Create Merge Request" link
Then I see prefilled new Merge Request page

View file

@ -0,0 +1,11 @@
Feature: Dashboard Search
Background:
Given I signin as a user
And I own project "Shop"
And I visit dashboard search page
Scenario: I should see project i'm looking for
Given I search for "Sho"
Then I should see "Shop" project link