20031: Fix tests
[arvados-workbench2.git] / cypress / integration / collection.spec.js
index a4cb75f40e1aae1e2ef439f30db9f3c0ff448eb9..3a1e9da509344010abc8926ce993171716108c4a 100644 (file)
@@ -1123,7 +1123,7 @@ describe('Collection panel tests', function () {
                 cy.get('[data-cy=collection-files-panel]')
                         .and('contain', 'foo');
                 cy.get('.layout-pane-primary').contains('Projects').click();
-                cy.get('main').contains(`File copied from collection ${sourceCollection.name}/bar`).click();
+                cy.get('main').contains(`File moved from collection ${sourceCollection.name}/bar`).click();
                 cy.get('[data-cy=collection-files-panel]')
                         .and('contain', 'bar');
             });