[ARVADOS] updated: f3ec0355f7b4bf30258316695fd4b01181596ad1

git at public.curoverse.com git at public.curoverse.com
Thu Jun 5 13:55:31 EDT 2014


Summary of changes:
 apps/workbench/test/integration/virtual_machines_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f3ec0355f7b4bf30258316695fd4b01181596ad1 (commit)
      from  7df2da959b583d3646b9fde606f9e74d598d4bb9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f3ec0355f7b4bf30258316695fd4b01181596ad1
Author: radhika <radhika at curoverse.com>
Date:   Thu Jun 5 13:54:56 2014 -0400

    2872: fix test

diff --git a/apps/workbench/test/integration/virtual_machines_test.rb b/apps/workbench/test/integration/virtual_machines_test.rb
index 121941e..28763da 100644
--- a/apps/workbench/test/integration/virtual_machines_test.rb
+++ b/apps/workbench/test/integration/virtual_machines_test.rb
@@ -10,7 +10,7 @@ class VirtualMachinesTest < ActionDispatch::IntegrationTest
     click_on 'Add a new virtual machine'
     find('tr', text: 'hostname').
       find('a[data-original-title=edit]').click
-    assert page.has_text? 'Update hostname'
+    assert page.has_text? 'Edit hostname'
     fill_in 'editable-text', with: 'testname'
     click_button 'editable-submit'
     assert page.has_text? 'testname'

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list