X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/81c6881710e5d2e21f44682455f176dd965684cd..f2574ec2e4ddef03c9504cd58741e73426ea1b17:/apps/workbench/test/integration/virtual_machines_test.rb diff --git a/apps/workbench/test/integration/virtual_machines_test.rb b/apps/workbench/test/integration/virtual_machines_test.rb index 541a7aaac2..26da0d0b03 100644 --- a/apps/workbench/test/integration/virtual_machines_test.rb +++ b/apps/workbench/test/integration/virtual_machines_test.rb @@ -7,8 +7,8 @@ class VirtualMachinesTest < ActionDispatch::IntegrationTest click_link 'Virtual machines' assert page.has_text? 'testvm.shell' click_on 'Add a new virtual machine' - assert page.has_text? 'none' - click_link 'none' + find('tr', text: 'hostname'). + find('span', text: 'none').click assert page.has_text? 'Update hostname' fill_in 'editable-text', with: 'testname' click_button 'editable-submit'