public void ThenIShouldBeAbleToViewMyProfile() { welcomePage.VerifyMyAccountBtn(); Assert.IsTrue(driver.PageSource.Contains("Your Profile")); }