[arvados-workbench2] updated: 2.6.0-13-g7b844815
git repository hosting
git at public.arvados.org
Tue May 2 13:05:24 UTC 2023
Summary of changes:
cypress/integration/create-workflow.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 7b8448155a3b9ca4c3c17c4879ed7ca256b4a42a (commit)
from 5d0a9458a1910b76c432c83ef4dd9a3337fdff38 (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 7b8448155a3b9ca4c3c17c4879ed7ca256b4a42a
Author: Stephen Smith <stephen at curii.com>
Date: Tue May 2 09:05:14 2023 -0400
20031: Try to fix test
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/create-workflow.spec.js b/cypress/integration/create-workflow.spec.js
index ca56e404..0fe7e341 100644
--- a/cypress/integration/create-workflow.spec.js
+++ b/cypress/integration/create-workflow.spec.js
@@ -166,8 +166,8 @@ describe('Multi-file deletion tests', function () {
cy.get(`[data-id=${testCollection.uuid}]`)
.find('i').click();
+ cy.wait(1000);
cy.contains('bar').closest('[data-action=TOGGLE_ACTIVE]').parent().find('input[type=checkbox]').click();
-
cy.contains('baz').closest('[data-action=TOGGLE_ACTIVE]').parent().find('input[type=checkbox]').click();
cy.get('[data-cy=ok-button]').click();
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list