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',