2872: Move project_tree code into helper_methods, fix up tests.
[arvados.git] / apps / workbench / test / integration / projects_test.rb
index 73733d243dfa9eb0d4060666d3467c7756826b71..5758fc7410510d041adea87261f7c71712633d79 100644 (file)
@@ -70,10 +70,9 @@ class ProjectsTest < ActionDispatch::IntegrationTest
     end
     wait_for_ajax
 
-    click_link 'Permissions'
-    find('input[value="Move to..."]').click
+    click_link 'Move project...'
     find('.selectable', text: 'Project 1234').click
-    find('a,button', text: 'Move').click
+    find('.modal-footer a,button', text: 'Move').click
     wait_for_ajax
 
     # Wait for the page to refresh and show the new parent in Permissions panel