From fdbdc0cdecb027265dccef0810b189e578cb8c60 Mon Sep 17 00:00:00 2001 From: radhika chippada Date: Tue, 8 Apr 2014 10:40:31 -0400 Subject: [PATCH] Remove trailing white spaces. --- apps/workbench/test/integration/users_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' -- 2.39.5