def test_logout(self):
     driver = self.driver
     logout = HomePage(driver)
     logout.click_welcomLink()
     logout.click_logout()