[ARVADOS-WORKBENCH2] updated: 2.1.0-35-gde7b5e55
Git user
git at public.arvados.org
Mon Nov 2 21:31:24 UTC 2020
Summary of changes:
cypress/integration/collection-panel.spec.js | 1 +
1 file changed, 1 insertion(+)
via de7b5e55bb2327c03eea11a2bf677d39a1da2e6b (commit)
from 3e39b2f9179e12766ca1728111b34b2e50cb6ba2 (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 de7b5e55bb2327c03eea11a2bf677d39a1da2e6b
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Mon Nov 2 22:31:00 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 c14101d8..7a7be59a 100644
--- a/cypress/integration/collection-panel.spec.js
+++ b/cypress/integration/collection-panel.spec.js
@@ -65,6 +65,7 @@ describe('Collection panel tests', function() {
.should('contain', 'Add to favorites')
.and(`${isWritable ? '' : 'not.'}contain`, 'Edit collection')
.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