[arvados-workbench2] updated: 2.6.0-104-ga646dc01
git repository hosting
git at public.arvados.org
Mon Sep 18 17:02:53 UTC 2023
Summary of changes:
cypress/integration/collection.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a646dc012008ba2f73e5b3707598640fa5f9f1c3 (commit)
from f7f65f4f57d166716e26aed2967942935d6b59c2 (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 a646dc012008ba2f73e5b3707598640fa5f9f1c3
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Mon Sep 18 13:02:48 2023 -0400
15768: all collection specs pass 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 a2e85621..8145ec3f 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -729,7 +729,7 @@ describe("Collection panel tests", function () {
});
});
- it.only("uses the collection version browser to view a previous version", function () {
+ it("uses the collection version browser to view a previous version", function () {
const colName = `Test Collection ${Math.floor(Math.random() * 999999)}`;
// Creates the collection using the admin token so we can set up
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list