Small cleanup.

This commit is contained in:
Martin Edenhofer 2016-01-16 02:30:28 +01:00
parent 13704a7b5e
commit b229d024f5

View file

@ -187,7 +187,7 @@ class TwitterBrowserTest < TestCase
) )
# wait till new streaming of channel is active # wait till new streaming of channel is active
sleep 40 sleep 50
# start tweet from customer # start tweet from customer
client = Twitter::REST::Client.new do |config| client = Twitter::REST::Client.new do |config|
@ -215,12 +215,12 @@ class TwitterBrowserTest < TestCase
watch_for( watch_for(
css: '.content.active', css: '.content.active',
value: hash.to_s, value: hash,
timeout: 20, timeout: 20,
) )
ticket_open_by_title( ticket_open_by_title(
title: hash.to_s, title: hash,
) )
# reply via app # reply via app