From 6c351b29d205b54fd86b62cf4e39d06b0d2a6dcd Mon Sep 17 00:00:00 2001 From: Lisa Knox Date: Thu, 9 Nov 2023 11:25:31 -0500 Subject: [PATCH] 19302: updated int test Arvados-DCO-1.1-Signed-off-by: Lisa Knox --- cypress/integration/side-panel.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/integration/side-panel.spec.js b/cypress/integration/side-panel.spec.js index af2712e268..84649f45ff 100644 --- a/cypress/integration/side-panel.spec.js +++ b/cypress/integration/side-panel.spec.js @@ -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}`, } -- 2.30.2