[ARVADOS-WORKBENCH2] updated: 2.1.0-265-gf85cd7bb

Git user git at public.arvados.org
Wed Mar 31 14:25:06 UTC 2021


Summary of changes:
 cypress/integration/side-panel.spec.js | 1 +
 1 file changed, 1 insertion(+)

       via  f85cd7bb8f67072db7f2c45cae00c98984dc3f7f (commit)
      from  ebe401635f60309539380f674d492a409a45d36c (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 f85cd7bb8f67072db7f2c45cae00c98984dc3f7f
Author: Ward Vandewege <ward at curii.com>
Date:   Wed Mar 31 10:24:16 2021 -0400

    Fix cypress side panel test now that filter group validation is
    stricter.
    
    refs #17119
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/cypress/integration/side-panel.spec.js b/cypress/integration/side-panel.spec.js
index e75a366e..8100a0e4 100644
--- a/cypress/integration/side-panel.spec.js
+++ b/cypress/integration/side-panel.spec.js
@@ -81,6 +81,7 @@ describe('Side panel tests', function() {
         cy.createGroup(adminUser.token, {
             name: `my-favorite-filter-group`,
             group_class: 'filter',
+            properties: {filters: []},
         }).as('myFavoriteFilterGroup').then(function (myFavoriteFilterGroup) {
             cy.contains('Refresh').click();
             cy.doSearch(`${myFavoriteFilterGroup.uuid}`);

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list