Commit fe215dac authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix time tracking spec

parent 0544c4ed
...@@ -77,6 +77,6 @@ end ...@@ -77,6 +77,6 @@ end
def submit_time(slash_command) def submit_time(slash_command)
fill_in 'note[note]', with: slash_command fill_in 'note[note]', with: slash_command
click_button 'Comment' find('.comment-btn').trigger('click')
wait_for_ajax wait_for_ajax
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