Small cleanup.
This commit is contained in:
parent
13704a7b5e
commit
b229d024f5
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue