summaryrefslogtreecommitdiff
path: root/features/dashboard/projects.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/dashboard/projects.feature')
-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
+
+