Commit 9a7e3061 authored by Valery Sizov's avatar Valery Sizov

fix spinach

parent f863b627
...@@ -69,6 +69,7 @@ Feature: Search ...@@ -69,6 +69,7 @@ Feature: Search
Scenario: I logout and should see project I am looking for Scenario: I logout and should see project I am looking for
Given project "Shop" is public Given project "Shop" is public
And I logout And I logout
And I visit dashboard search page
And I search for "Sho" And I search for "Sho"
Then I should see "Shop" project link Then I should see "Shop" project link
...@@ -76,6 +77,7 @@ Feature: Search ...@@ -76,6 +77,7 @@ Feature: Search
Given project "Shop" is public Given project "Shop" is public
And I logout And I logout
And project has issues And project has issues
And I visit dashboard search page
When I search for "Foo" When I search for "Foo"
And I click "Issues" link And I click "Issues" link
Then I should see "Foo" link in the search results Then I should see "Foo" link in the search results
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment