Commit 2fb63588 authored by Phil Hughes's avatar Phil Hughes

Fixed error with filter keyboard tests

Issue filter now appends a space & the test wasn't taking this into
account when checking the value
parent 1138afe7
......@@ -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