Merge branch 'issue-fiter-test-failure' into 'master'
Fixed error with filter keyboard tests See merge request !8777
This commit is contained in:
commit
f4c0ed5ee2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue