From 245b39f67d05af5811ff7b84aa2b0c84d9cea02e Mon Sep 17 00:00:00 2001 From: Nuwan Date: Thu, 17 Feb 2022 20:17:20 +0530 Subject: [PATCH] enable test for active_within_days and joined_within_days filter options --- jam-ui/cypress/integration/friends/friends-page.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(() => {