[ARVADOS-WORKBENCH2] updated: 2.1.0-36-ge6a7ab19
Git user
git at public.arvados.org
Mon Nov 2 22:45:09 UTC 2020
Summary of changes:
cypress/integration/collection-panel.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e6a7ab198d2ab3beaa673f33092b416be4098a4a (commit)
from de7b5e55bb2327c03eea11a2bf677d39a1da2e6b (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 e6a7ab198d2ab3beaa673f33092b416be4098a4a
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Mon Nov 2 23:44:50 2020 +0100
16005: Fixed tests
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/cypress/integration/collection-panel.spec.js b/cypress/integration/collection-panel.spec.js
index 7a7be59a..616145fc 100644
--- a/cypress/integration/collection-panel.spec.js
+++ b/cypress/integration/collection-panel.spec.js
@@ -64,8 +64,8 @@ describe('Collection panel tests', function() {
cy.get('[data-cy=context-menu]')
.should('contain', 'Add to favorites')
.and(`${isWritable ? '' : 'not.'}contain`, 'Edit collection')
+ .type('{esc}')
.type('{esc}'); // Collapse the options menu
- cy.wait(1000);
cy.get('[data-cy=collection-properties-panel]')
.should('contain', 'someKey')
.and('contain', 'someValue')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list