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:
Brett Porter 2006-12-27 03:13:52 +00:00
parent c80f1d4f77
commit 15afdc0740
1 changed files with 1 additions and 1 deletions

View File

@ -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" );