diff --git a/t/Operation/Auth.t b/t/Operation/Auth.t index 4ace481e8..0535e63ba 100644 --- a/t/Operation/Auth.t +++ b/t/Operation/Auth.t @@ -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