remove old account tests from Operation/Auth
This commit is contained in:
parent
5798823dd4
commit
24a26a36b1
1 changed files with 1 additions and 15 deletions
|
|
@ -28,7 +28,7 @@ my $session = WebGUI::Test->session;
|
|||
#----------------------------------------------------------------------------
|
||||
# Tests
|
||||
|
||||
plan tests => 6; # Increment this number for each test you create
|
||||
plan tests => 4; # Increment this number for each test you create
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Test the getInstance method
|
||||
|
|
@ -55,20 +55,6 @@ unlike(
|
|||
"Hidden form elements for login NOT displayed to valid user",
|
||||
);
|
||||
|
||||
like(
|
||||
$output,
|
||||
qr/Edit account information/,
|
||||
"Edit account information link exists"
|
||||
);
|
||||
|
||||
like(
|
||||
$output,
|
||||
qr/Edit profile/,
|
||||
"Edit Profile link exists"
|
||||
);
|
||||
|
||||
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Cleanup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue