[arvados-workbench2] updated: 2.6.0-100-g182ef83a
git repository hosting
git at public.arvados.org
Thu Sep 14 15:18:09 UTC 2023
Summary of changes:
cypress/integration/collection.spec.js | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
via 182ef83a9e654c313383008778372f02d3f0e4f1 (commit)
from 203f0082b029ff4b88d7f9f719d14e0a89eb6f6b (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 182ef83a9e654c313383008778372f02d3f0e4f1
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Thu Sep 14 11:18:04 2023 -0400
15768: testing Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index 75ae8237..18e7c87e 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -753,12 +753,12 @@ describe("Collection panel tests", function () {
cy.get("[data-cy=collection-files-panel]").should("contain", "foo").and("contain", "bar");
// Modify collection, expect version number change
- // cy.get('[data-cy=collection-files-panel]').contains('foo').rightclick();
- // cy.get('[data-cy=context-menu]').contains('Remove').click();
- // cy.get('[data-cy=confirmation-dialog]').should('contain', 'Removing file');
- // cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
- // cy.get('[data-cy=collection-version-number]').should('contain', '2');
- // cy.get('[data-cy=collection-files-panel]').should('not.contain', 'foo').and('contain', 'bar');
+ cy.get("[data-cy=collection-files-panel]").contains("foo").rightclick();
+ cy.get("[data-cy=context-menu]").contains("Remove").click();
+ cy.get("[data-cy=confirmation-dialog]").should("contain", "Removing file");
+ cy.get("[data-cy=confirmation-dialog-ok-btn]").click();
+ cy.get("[data-cy=collection-version-number]").should("contain", "2");
+ cy.get("[data-cy=collection-files-panel]").should("not.contain", "foo").and("contain", "bar");
// Click on version number, check version browser. Click on past version.
cy.get("[data-cy=collection-version-browser]").should("not.exist");
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list