Commit 969bf3e3 authored by Nick Thomas's avatar Nick Thomas

Attempt to fix a failing filtered search spec

parent 3ca1f6d0
......@@ -85,8 +85,8 @@ describe 'Filter issues weight', js: true, feature: true do
expect_filtered_search_input('bug')
end
it 'filters issues by searched weight, author, assignee, label, milestone and text' do
search = "weight:2 author:@root assignee:@root label:~urgent milestone:%version1 bug"
it 'filters issues by searched weight, milestone and text' do
search = "weight:2 milestone:%version1 bug"
input_filtered_search(search)
expect_issues_list_count(1)
......
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