[ARVADOS-WORKBENCH2] updated: 2.1.0-38-gc3945cbe

Git user git at public.arvados.org
Tue Nov 3 07:32:10 UTC 2020


Summary of changes:
 cypress/integration/collection-panel.spec.js | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

       via  c3945cbe71f5019dcc615fb8a79effb7ef2f6732 (commit)
      from  d893647fe76b435bfe0fcec4226a796369f2ee8b (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 c3945cbe71f5019dcc615fb8a79effb7ef2f6732
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Tue Nov 3 08:31:49 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 9714fe38..1003995b 100644
--- a/cypress/integration/collection-panel.spec.js
+++ b/cypress/integration/collection-panel.spec.js
@@ -65,13 +65,15 @@ describe('Collection panel tests', function() {
                         .should('contain', 'Add to favorites')
                         .and(`${isWritable ? '' : 'not.'}contain`, 'Edit collection')
                         .type('{esc}'); // Collapse the options menu
-                    cy.get('[data-cy=close-advanced-dialog]')
-                        .click();
                     cy.get('[data-cy=collection-properties-panel]')
                         .should('contain', 'someKey')
                         .and('contain', 'someValue')
                         .and('not.contain', 'anotherKey')
-                        .and('not.contain', 'anotherValue')
+                        .and('not.contain', 'anotherValue');
+
+                    cy.get('[data-cy=close-advanced-dialog]')
+                        .click();
+
                     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