public void TestLogin() { Setup(); _homepage.SubmitLoginForm(); Assert.AreEqual(1, 1); TearDown(); }
public void TestLogin() { Setup(); var actionUrl = _homepage.SubmitLoginForm(); Assert.AreEqual(expected: "https://selenium-kgn.azurewebsites.net/Home/Login", actual: actionUrl); TearDown(); }