20031: Fix tests
authorStephen Smith <stephen@curii.com>
Wed, 24 May 2023 01:39:58 +0000 (21:39 -0400)
committerStephen Smith <stephen@curii.com>
Wed, 24 May 2023 01:39:58 +0000 (21:39 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

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');
             });