enable test for active_within_days and joined_within_days filter options
This commit is contained in:
parent
3606b4f281
commit
245b39f67d
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue