diff --git a/utilities/acceptance-tests/suites/AdminSecurityVB/AdminLoginLogout.html b/utilities/acceptance-tests/suites/AdminSecurityVB/AdminLoginLogout.html deleted file mode 100644 index d225eec1..00000000 --- a/utilities/acceptance-tests/suites/AdminSecurityVB/AdminLoginLogout.html +++ /dev/null @@ -1,269 +0,0 @@ - - - -
- - -AdminBookmarkedPage | ||
comment | -Test various login/logout processes | -- |
deleteAllVisibleCookies | -- | - |
comment | -Access secure bookmarked page without being logged in | -- |
open | -/vivo/siteAdmin | -- |
assertTitle | -Log in to VIVO | -- |
verifyTextPresent | -Log in | -- |
verifyTextNotPresent | -testAdmin | -- |
verifyTextNotPresent | -Site Admin | -- |
comment | -Now login and verify secure page is brought up | -- |
type | -loginName | -testAdmin | -
type | -password | -Password | -
clickAndWait | -loginForm | -- |
assertTitle | -VIVO Site Administration | -- |
verifyTextPresent | -Log out | -- |
verifyTextPresent | -testAdmin | -- |
verifyTextPresent | -Site Admin | -- |
comment | -Go to Site Information and then logout | -- |
clickAndWait | -link=Site information | -- |
assertTitle | -Site Information Editing Form | -- |
clickAndWait | -link=Log out | -- |
assertTitle | -VIVO | -- |
verifyTextPresent | -You have logged out. | -- |
verifyTextPresent | -Welcome to VIVO | -- |
verifyTextPresent | -Log in | -- |
comment | -Verify back on front page when logging back in | -- |
type | -loginName | -testAdmin | -
type | -password | -Password | -
clickAndWait | -loginForm | -- |
comment | -Go to a public page, logout, and log back in going to directly to public page | -- |
clickAndWait | -link=Index | -- |
assertTitle | -Index to VIVO Contents | -- |
clickAndWait | -link=Log out | -- |
assertTitle | -Index to VIVO Contents | -- |
verifyTextPresent | -You have logged out. | -- |
verifyElementPresent | -link=Log in | -- |
clickAndWait | -link=Log in | -- |
assertTitle | -Log in to VIVO | -- |
type | -loginName | -testAdmin | -
type | -password | -Password | -
clickAndWait | -loginForm | -- |
assertTitle | -VIVO Site Administration | -- |
clickAndWait | -link=Log out | -- |
assertTitle | -VIVO | -- |
verifyTextPresent | -You have logged out. | -- |
verifyElementPresent | -link=Log in | -- |
clickAndWait | -link=Home | -- |
assertTitle | -VIVO | -- |