Commit f4c0ed5e authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'issue-fiter-test-failure' into 'master'

Fixed error with filter keyboard tests

See merge request !8777
parents c1313dc5 2fb63588
......@@ -46,7 +46,7 @@ describe 'Dropdown label', js: true, feature: true do
filtered_search.native.send_keys(:down, :down, :enter)
expect(filtered_search.value).to eq("label:~#{special_label.name}")
expect(filtered_search.value).to eq("label:~#{special_label.name} ")
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