Commit 1fc948ee authored by Mike Greiling's avatar Mike Greiling

fix flaky test in gfm_autocomplete_spec.rb

parent ea3568e3
......@@ -183,7 +183,6 @@ feature 'GFM autocomplete', :js do
page.within '.timeline-content-form' do
note.native.send_keys('')
note.native.send_keys("@#{user.username[0]}")
note.click
end
user_item = find('.atwho-view li', text: user.username)
......
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