mirror of https://github.com/apache/archiva.git
fix test for add repository button
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@490435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c80f1d4f77
commit
15afdc0740
|
@ -48,7 +48,7 @@ public abstract class AbstractArchivaTestCase
|
|||
setFieldValue( "urlName", "web-ui" );
|
||||
setFieldValue( "name", "Web UI Test Managed Repository" );
|
||||
setFieldValue( "directory", getBasedir() + "target/web-ui-dir" );
|
||||
clickButtonWithValue( "AddRepository" );
|
||||
clickButtonWithValue( "Add Repository" );
|
||||
|
||||
//Set Index location
|
||||
assertPage( "Configuration" );
|
||||
|
|
Loading…
Reference in New Issue