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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-27 11:48:51 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-27 11:48:51 +0400
commitc3ad51a0e492108825093e12d441cca90d597a19 (patch)
treea4f4479b6fa15da2bb2b3b3439d6a1ff4ca33950 /features/dashboard
parentede08dbdd787fdd3a30b62dc0e7e2c796bb6d43a (diff)
Improve search tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/search.feature10
1 files changed, 0 insertions, 10 deletions
diff --git a/features/dashboard/search.feature b/features/dashboard/search.feature
deleted file mode 100644
index 24c45028697..00000000000
--- a/features/dashboard/search.feature
+++ /dev/null
@@ -1,10 +0,0 @@
-@dashboard
-Feature: Dashboard Search
- Background:
- Given I sign in as a user
- And I own project "Shop"
- And I visit dashboard search page
-
- Scenario: I should see project I am looking for
- Given I search for "Sho"
- Then I should see "Shop" project link