From 7360985c2164b8db03cb66663db03dafc65d7c18 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 31 Dec 2015 16:34:24 +0100 Subject: [PATCH] Close modal before count accounts. --- test/integration/facebook_browser_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/facebook_browser_test.rb b/test/integration/facebook_browser_test.rb index e53767f25..3c36d172b 100644 --- a/test/integration/facebook_browser_test.rb +++ b/test/integration/facebook_browser_test.rb @@ -129,7 +129,7 @@ class FacebookBrowserTest < TestCase value: 'Dashboard', ) - #click(css: '#content .modal .js-close') + click(css: '#content .modal .js-close') watch_for( css: '#content', @@ -153,7 +153,7 @@ class FacebookBrowserTest < TestCase # value: 'Search Terms', #) - #click(css: '#content .modal .js-close') + click(css: '#content .modal .js-close') watch_for( css: '#content',