From ed166d19f7151dee7ea35a53387611d1e1d5a201 Mon Sep 17 00:00:00 2001 From: ioguix Date: Fri, 14 Dec 2007 16:04:35 +0000 Subject: [PATCH] remove deprecated files --- selenium/tests/create_role.php | 151 --------------------------------- selenium/tests/drop_role.php | 92 -------------------- 2 files changed, 243 deletions(-) delete mode 100644 selenium/tests/create_role.php delete mode 100644 selenium/tests/drop_role.php diff --git a/selenium/tests/create_role.php b/selenium/tests/create_role.php deleted file mode 100644 index 210f109e..00000000 --- a/selenium/tests/create_role.php +++ /dev/null @@ -1,151 +0,0 @@ - - - - -New Test - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Try to create a role with wrong pass, create it, unlog and try login with it.
open/servers.php
clickAndWaitlink=
type//input[@name='loginUsername']
type//input[@id='loginPassword']
clickAndWaitloginSubmit
clickAndWaitlink=
clickAndWaitlink=
typeformRolename
typeformPasswordbad
typeformConfirm
clickformSuper
clickformCreateDB
clickformCreateRole
clickformInherits
clickformCanLogin
clickAndWaitcreate
assertText//p[@class='message']
typeformPassword
typeformConfirm
clickAndWaitcreate
assertText//p[@class='message']
open/servers.php
clickAndWaitlink=
type//input[@name='loginUsername']
type//input[@id='loginPassword']
clickAndWaitloginSubmit
assertText//div[@class='topbar']/descendant::span[@class='username']
- - diff --git a/selenium/tests/drop_role.php b/selenium/tests/drop_role.php deleted file mode 100644 index acfaa337..00000000 --- a/selenium/tests/drop_role.php +++ /dev/null @@ -1,92 +0,0 @@ - - - - -New Test - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Admin role try to drop himself, logout, then superuser actually drop him.
clickAndWaitlink=
clickAndWaitlink=
assertText//div[@class='trail']/descendant::a[@title='']/span[@class='label']
clickAndWaitlink=
clickAndWaitdrop
assertText//p[@class='message']
open/servers.php
clickAndWaitlink=
type//input[@name='loginUsername']
type//input[@id='loginPassword']
clickAndWaitloginSubmit
clickAndWaitlink=
clickAndWait//tr/td/a[text()='']/../../td/a[text()='']
clickAndWaitdrop
assertText//p[@class='message']
- - -- 2.39.5