diff --git a/jam-ui/cypress/integration/friends/friends-page.spec.js b/jam-ui/cypress/integration/friends/friends-page.spec.js index 0716c33bc..9f3f7cf85 100644 --- a/jam-ui/cypress/integration/friends/friends-page.spec.js +++ b/jam-ui/cypress/integration/friends/friends-page.spec.js @@ -483,8 +483,8 @@ describe('Friends page with data', () => { cy.get('#selGenres') .type('Pop{enter}') .click(); - //cy.get('#selLastActive').type('Within last 1 Day{enter}'); - //cy.get('#selJoinedWithin').type('Within last 7 Day{enter}'); + cy.get('#selLastActive').type('Within last 1 Day{enter}'); + cy.get('#selJoinedWithin').type('Within last 7 Day{enter}'); }; beforeEach(() => {