Merge branch '21448-menu-reorder'
[arvados.git] / services / workbench2 / cypress / e2e / workflow.cy.js
index c6c49ee34325b294b2f0e17bcfe09058cf562401..b9cf86c55652c003077b25abfa9c0498b0f0370d 100644 (file)
@@ -269,12 +269,12 @@ describe('Registered workflow panel tests', function() {
     it('shows the appropriate buttons in the multiselect toolbar', () => {
 
         const msButtonTooltips = [
-            'API Details',
-            'Copy to clipboard',
-            'Delete Workflow',
+            'View details',
             'Open in new tab',
+            'Copy link to clipboard',
+            'API Details',
             'Run Workflow',
-            'View details',
+            'Delete Workflow',
         ];
 
         cy.createResource(activeUser.token, "workflows", {workflow: {name: "Test wf"}})