def test_guest_can_change_tabs(self, browser):
     """tabs can be changed on the home page"""
     home_page = HomePage(browser)
     # make a list of current products, change tab,
     # make another list and compare two lists
     home_page.change_to_best_sellers_tab()
     # make a list of current products, change tab,
     # make another list and compare two lists
     home_page.change_to_popular_tab()