summaryrefslogtreecommitdiff
path: root/features/search.feature
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-27 14:31:19 +0100
committerPhil Hughes <me@iamphill.com>2016-06-28 13:17:29 +0100
commita44988ae4abb494b1194bb575b2415ef0de68878 (patch)
treed0c5e2a1e48e50d23547d45342bddd81c78dfec2 /features/search.feature
parente7aa8315af71339ecb6b01ae7da83f3c9b1e1957 (diff)
downloadgitlab-ce-a44988ae4abb494b1194bb575b2415ef0de68878.tar.gz
Fixed logout tests
Diffstat (limited to 'features/search.feature')
-rw-r--r--features/search.feature8
1 files changed, 5 insertions, 3 deletions
diff --git a/features/search.feature b/features/search.feature
index a946a836525..818ef436db6 100644
--- a/features/search.feature
+++ b/features/search.feature
@@ -73,13 +73,15 @@ Feature: Search
Scenario: I logout and should see project I am looking for
Given project "Shop" is public
- And I logout
+ And I logout directly
+ And I visit dashboard search page
And I search for "Sho"
Then I should see "Shop" project link
Scenario: I logout and should see issues I am looking for
Given project "Shop" is public
- And I logout
+ And I logout directly
+ And I visit dashboard search page
And project has issues
When I search for "Foo"
And I click "Issues" link
@@ -88,7 +90,7 @@ Feature: Search
Scenario: I logout and should see project code I am looking for
Given project "Shop" is public
- And I logout
+ And I logout directly
When I visit project "Shop" page
And I search for "rspec" on project page
Then I should see code results for project "Shop"