enable test for active_within_days and joined_within_days filter options

This commit is contained in:
Nuwan 2022-02-17 20:17:20 +05:30
parent 3606b4f281
commit 245b39f67d
1 changed files with 2 additions and 2 deletions

View File

@ -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(() => {