Commit 59e5bad1 authored by Hiroyuki Sato's avatar Hiroyuki Sato

Fix spec to catch not rendering emoji

parent 428b220a
...@@ -20,7 +20,7 @@ describe 'Dropdown emoji', :js do ...@@ -20,7 +20,7 @@ describe 'Dropdown emoji', :js do
end end
def dropdown_emoji_size def dropdown_emoji_size
page.all('#js-dropdown-my-reaction .filter-dropdown .filter-dropdown-item').size all('gl-emoji[data-name]').size
end end
def click_emoji(text) def click_emoji(text)
......
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