[ARVADOS-WORKBENCH2] updated: 2.1.0-39-gcc267edd
Git user
git at public.arvados.org
Tue Nov 3 08:03:40 UTC 2020
Summary of changes:
cypress/integration/collection-panel.spec.js | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
via cc267edd16a9912fb4f9e8dce207abdc8a1a827c (commit)
from c3945cbe71f5019dcc615fb8a79effb7ef2f6732 (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 cc267edd16a9912fb4f9e8dce207abdc8a1a827c
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Tue Nov 3 09:03:17 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 1003995b..63737940 100644
--- a/cypress/integration/collection-panel.spec.js
+++ b/cypress/integration/collection-panel.spec.js
@@ -70,10 +70,7 @@ describe('Collection panel tests', function() {
.and('contain', 'someValue')
.and('not.contain', 'anotherKey')
.and('not.contain', 'anotherValue');
-
- cy.get('[data-cy=close-advanced-dialog]')
- .click();
-
+ cy.wait(1000);
if (isWritable === true) {
// Check that properties can be added.
cy.get('[data-cy=collection-properties-form]').within(() => {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list