diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-05-08 15:08:39 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-05-12 09:27:05 -0500 |
commit | 0278b912038b1c70f289ab915c4d0752f9aff4b0 (patch) | |
tree | 421c38333ef5ed4256a531f0264abf75e0d6a86f /features/search.feature | |
parent | 94919b472425a7149f85cab0f3990e2f16d57c39 (diff) | |
download | gitlab-ce-0278b912038b1c70f289ab915c4d0752f9aff4b0.tar.gz |
Fix specs
Diffstat (limited to 'features/search.feature')
-rw-r--r-- | features/search.feature | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/search.feature b/features/search.feature index 818ef436db6..f894b6b84a1 100644 --- a/features/search.feature +++ b/features/search.feature @@ -9,6 +9,7 @@ Feature: Search Given I search for "Sho" Then I should see "Shop" project link + @javascript Scenario: I should see issues I am looking for And project has issues When I search for "Foo" @@ -16,6 +17,7 @@ Feature: Search Then I should see "Foo" link in the search results And I should not see "Bar" link in the search results + @javascript Scenario: I should see merge requests I am looking for And project has merge requests When I search for "Foo" @@ -23,6 +25,7 @@ Feature: Search Then I should see "Foo" link in the search results And I should not see "Bar" link in the search results + @javascript Scenario: I should see milestones I am looking for And project has milestones When I search for "Foo" @@ -78,6 +81,7 @@ Feature: Search And I search for "Sho" Then I should see "Shop" project link + @javascript Scenario: I logout and should see issues I am looking for Given project "Shop" is public And I logout directly |