Cucumber -> Dashboard features
This commit is contained in:
parent
85b86e6476
commit
781fd1a80c
4 changed files with 97 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue