19302: updated int test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
[arvados-workbench2.git] / cypress / integration / side-panel.spec.js
index af2712e26800d9c712e3aa17b50386bd056667cc..84649f45ffa2b083a56818ad836b1265c5bacc1b 100644 (file)
@@ -148,7 +148,7 @@ describe('Side panel tests', function() {
         cy.get('[data-cy=side-panel-collapsed]').should('not.exist')
     })
 
-    it('can navigate from collapsed panel', () => {
+    it.only('can navigate from collapsed panel', () => {
 
         const collapsedCategories = {
             'shared-with-me': '/shared-with-me',
@@ -157,6 +157,7 @@ describe('Side panel tests', function() {
             'groups': '/groups',
             'all-processes': '/all_processes',
             'trash': '/trash',
+            'shell-access': '/virtual-machines-user',
             'home-projects': `/projects/${activeUser.user.uuid}`,
         }