public void GetProfile() { HomePage.goToPage(); HomePage.OpenProfile(); Assert.AreEqual("Hej!", HomePage.GetLoyaltyHeader()); Assert.AreEqual("Sign in", HomePage.SignInText()); HomePage.CloseProfile(); }