mirror of https://github.com/apache/archiva.git
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:
parent
464bd2c02b
commit
6753db8751
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue