[ARVADOS-WORKBENCH2] updated: 2.3.2.1-6-g2156bc28

Git user git at public.arvados.org
Mon Feb 21 21:54:55 UTC 2022


Summary of changes:
 cypress/integration/project.spec.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  2156bc2841e5118fab4b029c2bc8419562a696a8 (commit)
      from  943b2db5779fb570ac3be110eb7a5a9f3c89ca9e (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 2156bc2841e5118fab4b029c2bc8419562a696a8
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Feb 21 16:54:30 2022 -0500

    Skip test that relies on unmerged change no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js
index 2ec0bb9e..ec5565c5 100644
--- a/cypress/integration/project.spec.js
+++ b/cypress/integration/project.spec.js
@@ -216,7 +216,7 @@ describe('Project tests', function() {
         });
     });
 
-    it('opens advanced popup for project with username', () => {
+    it.skip('opens advanced popup for project with username', () => {
         const projectName = `Test project ${Math.floor(Math.random() * 999999)}`;
 
         cy.createGroup(adminUser.token, {
@@ -227,7 +227,7 @@ describe('Project tests', function() {
         cy.getAll('@mainProject')
             .then(function ([mainProject]) {
                 cy.loginAs(adminUser);
-                
+
                 cy.get('[data-cy=side-panel-tree]').contains('Groups').click();
 
                 cy.get('[data-cy=uuid]').eq(0).invoke('text').then(uuid => {
@@ -259,4 +259,4 @@ describe('Project tests', function() {
                 });
         });
     });
-});
\ No newline at end of file
+});

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list