diff --git a/jam-ui/cypress/e2e/friends/friends-page.cy.js b/jam-ui/cypress/e2e/friends/friends-page.cy.js index 5985c2856..ca9307aa9 100644 --- a/jam-ui/cypress/e2e/friends/friends-page.cy.js +++ b/jam-ui/cypress/e2e/friends/friends-page.cy.js @@ -45,7 +45,8 @@ describe('Friends page without data', () => { }).as("getPeople_empty"); }); - it('from_location is unchecked', () => { + //from_location checkbox is hidden for now. so we skip this test for now + it.skip('from_location is unchecked', () => { cy.visit('/friends'); //default api call with from_location parameter turned off @@ -206,7 +207,7 @@ describe('Friends page with data', () => { }); - describe('in mobile', () => { + describe.only('in mobile', () => { beforeEach(() => { cy.viewport('iphone-6'); }); diff --git a/jam-ui/src/components/page/JKPeopleFilter.js b/jam-ui/src/components/page/JKPeopleFilter.js index f03d368d6..551bd0e30 100644 --- a/jam-ui/src/components/page/JKPeopleFilter.js +++ b/jam-ui/src/components/page/JKPeopleFilter.js @@ -345,7 +345,7 @@ function JKPeopleFilter() {