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

Fixed error with filter keyboard tests

See merge request !8777
This commit is contained in:
Rémy Coutable 2017-01-25 12:21:07 +00:00
commit f4c0ed5ee2
1 changed files with 1 additions and 1 deletions

View File

@ -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