Example #1
0
 public void TestLogout()
 {
     _loginPage.LogIn();
     _headerPage.ClickLogoutButton();
     _headerPage.AssertLogout("Log in with your existing accounts");
 }