Fix time tracking spec

This commit is contained in:
Annabel Dunstone Gray 2017-01-26 09:23:57 -06:00
parent 0544c4ed76
commit fe215dacb8
1 changed files with 1 additions and 1 deletions

View File

@ -77,6 +77,6 @@ end
def submit_time(slash_command)
fill_in 'note[note]', with: slash_command
click_button 'Comment'
find('.comment-btn').trigger('click')
wait_for_ajax
end