[arvados-workbench2] updated: 2.6.0-20-gc9cbcb68
git repository hosting
git at public.arvados.org
Wed May 24 01:40:07 UTC 2023
Summary of changes:
cypress/integration/collection.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c9cbcb68f87f432452991e5e904fff7d65395e6c (commit)
from 7f8d3a8c260418c02c85e74d9da27c45802be837 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c9cbcb68f87f432452991e5e904fff7d65395e6c
Author: Stephen Smith <stephen at curii.com>
Date: Tue May 23 21:39:58 2023 -0400
20031: Fix tests
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index a4cb75f4..3a1e9da5 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -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');
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list