From b229d024f5edf9d3209e4f397a99e0c2cd0c5aa3 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sat, 16 Jan 2016 02:30:28 +0100 Subject: [PATCH] Small cleanup. --- test/integration/twitter_browser_test.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/twitter_browser_test.rb b/test/integration/twitter_browser_test.rb index 8ade62a56..5667f088e 100644 --- a/test/integration/twitter_browser_test.rb +++ b/test/integration/twitter_browser_test.rb @@ -187,7 +187,7 @@ class TwitterBrowserTest < TestCase ) # wait till new streaming of channel is active - sleep 40 + sleep 50 # start tweet from customer client = Twitter::REST::Client.new do |config| @@ -215,12 +215,12 @@ class TwitterBrowserTest < TestCase watch_for( css: '.content.active', - value: hash.to_s, + value: hash, timeout: 20, ) ticket_open_by_title( - title: hash.to_s, + title: hash, ) # reply via app