X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/be778bdec0bb03b08699c6ee1343a0e791f5dfbf..521f28a39284606dc7d5b00a1688fecb388a855a:/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 121941e2bd..28763da087 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'