LogoutRelogin | ||
echo | ----- Logout, log back in, and we should *not* get usage terms prompt ----- | |
clickAndWait | link=Logout | |
assertTitle | Login | |
type | ${current_username} | |
type | pass | ${current_password} |
clickAndWait | //input[@value='Login'] | |
assertElementPresent | //div[@id='psibluebar'] | |
clickAndWait | link=Profile | |
assertTitle | Profile |