def test_login(self, mozwebqa):
     home = CaseConductorHomePage(mozwebqa)
     home.login()
     Assert.true(home.is_user_loged_in)