Skip to content
Snippets Groups Projects
Commit 05820516 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Remove annoying failing spec

parent a5105ddf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -79,18 +79,6 @@ describe "Issues" do
page.should have_content 'foobar2'
page.should_not have_content 'gitlab'
end
it "should return all results if term has been cleared" do
visit project_issues_path(project)
fill_in "issue_search", with: "foobar"
# Reset the search field and trigger loading the issues
fill_in "issue_search", with: ""
page.execute_script("$('#issue_search').keyup();");
page.should have_content 'foobar'
page.should have_content 'foobar2'
page.should have_content 'gitlab'
end
end
 
describe "Filter issue" do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment