Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew8xx8 <avk@8xx8.ru>2013-03-12 13:40:54 +0400
committerAndrew8xx8 <avk@8xx8.ru>2013-03-12 13:41:23 +0400
commit804ae05c58984badf9041509fb01e950d02a71e1 (patch)
tree2c8d57b2d40027e805c1321ab0e4aa4f48686ca2 /features/dashboard
parent23f8f13ea442cc878a2a4fc61b7ff9f492517c27 (diff)
Tests improved
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/projects.feature8
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
+
+