diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-19 18:24:18 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-19 18:24:18 +0300 |
commit | a3b42b6fa13991440aeb75264f865329cff719a3 (patch) | |
tree | 50f08fa021b8b0efbebf6b9c29c483d738d9a029 /features/dashboard | |
parent | 63a67bb4abff7690ef5f1c91b924c6aaf7f90985 (diff) | |
download | gitlab-ce-a3b42b6fa13991440aeb75264f865329cff719a3.tar.gz |
Remove dash projects search test
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/projects.feature | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/dashboard/projects.feature b/features/dashboard/projects.feature index 7e617bd1bfc..7d8c129face 100644 --- a/features/dashboard/projects.feature +++ b/features/dashboard/projects.feature @@ -6,7 +6,3 @@ Feature: Dashboard projects 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 |