ensure we are logged before creating new user

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1468414 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-04-16 13:45:21 +00:00
parent 464bd2c02b
commit 6753db8751
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public abstract class AbstractArchivaTest
private void createUser( String userName, String fullName, String emailAd, String password, String confirmPassword,
boolean valid )
{
login( getAdminUsername(), getAdminPassword() );
clickLinkWithLocator( "menu-users-list-a", true );
clickLinkWithLocator( "users-view-tabs-li-user-edit-a", true );