diff --git a/jam-ui/cypress/integration/friends/friends-list.spec.js b/jam-ui/cypress/integration/friends/friends-list.spec.js index aa11a53c3..a2d97166a 100644 --- a/jam-ui/cypress/integration/friends/friends-list.spec.js +++ b/jam-ui/cypress/integration/friends/friends-list.spec.js @@ -24,7 +24,7 @@ describe('Friends page', () => { //TODO: paginate }); - describe.only('details side panel', () => { + describe('details side panel', () => { const showSidePanelContent = () => { cy.get('[data-testid=profileSidePanel] h4').should('have.text', 'Test User1')