From c0e5c4885cac83ee14655dcc1fc2f30c97408ec7 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 2 Feb 2016 20:17:40 +0100 Subject: [PATCH] Cleanup. --- test/browser_test_helper.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/browser_test_helper.rb b/test/browser_test_helper.rb index 640c20534..b245d6cd7 100644 --- a/test/browser_test_helper.rb +++ b/test/browser_test_helper.rb @@ -923,7 +923,7 @@ class TestCase < Test::Unit::TestCase css: '#content .text-1', value: 'some text', attribute: 'some_attribute' # optional - timeout: '16', # in sec, default 16 + timeout: 16, # in sec, default 16 ) =end @@ -975,7 +975,7 @@ wait untill selector disabppears watch_for_disappear( browser: browser1, css: '#content .text-1', - timeout: '16', # in sec, default 16 + timeout: 16, # in sec, default 16 ) wait untill text in selector disabppears @@ -984,7 +984,7 @@ wait untill text in selector disabppears browser: browser1, css: '#content .text-1', value: 'some value as regexp', - timeout: '16', # in sec, default 16 + timeout: 16, # in sec, default 16 ) =end