From: radhika chippada Date: Tue, 8 Apr 2014 14:40:31 +0000 (-0400) Subject: Remove trailing white spaces. X-Git-Tag: 1.1.0~2690^2~25 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/fdbdc0cdecb027265dccef0810b189e578cb8c60 Remove trailing white spaces. --- diff --git a/apps/workbench/test/integration/users_test.rb b/apps/workbench/test/integration/users_test.rb index 2472ec8b1c..9ee12d8086 100644 --- a/apps/workbench/test/integration/users_test.rb +++ b/apps/workbench/test/integration/users_test.rb @@ -46,7 +46,7 @@ class UsersTest < ActionDispatch::IntegrationTest assert page.has_text? 'zzzzz-tpzed-d9tiejq69daie8f' click_link 'Add a new user' - + sleep(0.1) popup = page.driver.browser.window_handles.last page.within_window popup do @@ -57,7 +57,7 @@ class UsersTest < ActionDispatch::IntegrationTest end sleep(0.1) - + # verify that the new user showed up in the users page assert page.has_text? 'foo@example.com'