def test_shop_button_third_slide_click(self):
     homepage = HomePage(Browser._driver)
     selected_slide = homepage.click_on_third_slide()
     if homepage.verify_slide_is_active(selected_slide) == True:
         self.assertTrue(homepage.shop_button_third_slide_click(), "By clicking on the Shop button of the third slide, the user was not navigated to Products")