Commit 05820516f1940b50a493fe9f702bdb0a57723d19

Authored by Dmitriy Zaporozhets
1 parent a5105ddf

Remove annoying failing spec

Showing 1 changed file with 0 additions and 12 deletions   Show diff stats
spec/requests/issues_spec.rb
... ... @@ -79,18 +79,6 @@ describe "Issues" do
79 79 page.should have_content 'foobar2'
80 80 page.should_not have_content 'gitlab'
81 81 end
82   -
83   - it "should return all results if term has been cleared" do
84   - visit project_issues_path(project)
85   - fill_in "issue_search", with: "foobar"
86   - # Reset the search field and trigger loading the issues
87   - fill_in "issue_search", with: ""
88   - page.execute_script("$('#issue_search').keyup();");
89   -
90   - page.should have_content 'foobar'
91   - page.should have_content 'foobar2'
92   - page.should have_content 'gitlab'
93   - end
94 82 end
95 83  
96 84 describe "Filter issue" do
... ...