Merge branch 'master' into 3637-copy-selections
[arvados.git] / apps / workbench / test / integration / virtual_machines_test.rb
index 7a40d0df0164fd04bcb53a0d749bdd386cfc637b..28763da0876b14d8698f5e4478ac2f98508d7258 100644 (file)
@@ -9,8 +9,8 @@ class VirtualMachinesTest < ActionDispatch::IntegrationTest
     assert page.has_text? 'testvm.shell'
     click_on 'Add a new virtual machine'
     find('tr', text: 'hostname').
-      find('span', text: 'none').click
-    assert page.has_text? 'Update hostname'
+      find('a[data-original-title=edit]').click
+    assert page.has_text? 'Edit hostname'
     fill_in 'editable-text', with: 'testname'
     click_button 'editable-submit'
     assert page.has_text? 'testname'