diff options
author | Andrew8xx8 <avk@8xx8.ru> | 2013-03-12 13:40:54 +0400 |
---|---|---|
committer | Andrew8xx8 <avk@8xx8.ru> | 2013-03-12 13:41:23 +0400 |
commit | 804ae05c58984badf9041509fb01e950d02a71e1 (patch) | |
tree | 2c8d57b2d40027e805c1321ab0e4aa4f48686ca2 /features/dashboard | |
parent | 23f8f13ea442cc878a2a4fc61b7ff9f492517c27 (diff) | |
download | gitlab-ce-804ae05c58984badf9041509fb01e950d02a71e1.tar.gz |
Tests improved
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/projects.feature | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/features/dashboard/projects.feature b/features/dashboard/projects.feature index 17022dab54f..852252715c5 100644 --- a/features/dashboard/projects.feature +++ b/features/dashboard/projects.feature @@ -4,5 +4,11 @@ Feature: Dashboard And I own project "Shop" And I visit dashboard projects page - Scenario: I should see issues list + Scenario: I should see projects list Then I should see projects list + + Scenario: I should see project I am looking for + Given I search for "Sho" + Then I should see "Shop" project link + + |