Exemplo n.º 1
0
 public void PerformAs(User user)
 {
     Log.Task("log out of the DMI");
     user.AttemptsTo(Click.On(Screens.DMIDashboardPageScreen.AccountDropDownToggle),
                     Click.ThelastButton());
     user.ShouldSee(PageDisplayed.Is("login"));
 }