diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-27 10:48:51 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-27 10:48:51 +0300 |
commit | c3ad51a0e492108825093e12d441cca90d597a19 (patch) | |
tree | a4f4479b6fa15da2bb2b3b3439d6a1ff4ca33950 /features/dashboard | |
parent | ede08dbdd787fdd3a30b62dc0e7e2c796bb6d43a (diff) | |
download | gitlab-ce-c3ad51a0e492108825093e12d441cca90d597a19.tar.gz |
Improve search tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/search.feature | 10 |
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 |