Commit 72717b59 authored by Mike Greiling's avatar Mike Greiling

correct the issues list count for label:none filter

parent f44665c8
...@@ -139,7 +139,7 @@ describe 'Filter issues', :js do ...@@ -139,7 +139,7 @@ describe 'Filter issues', :js do
input_filtered_search('label:none') input_filtered_search('label:none')
expect_tokens([label_token('none', false)]) expect_tokens([label_token('none', false)])
expect_issues_list_count(8) expect_issues_list_count(4)
expect_filtered_search_input_empty expect_filtered_search_input_empty
end end
......
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