mirror of https://github.com/apache/archiva.git
[MRM-1111] fix xpath after reverting to default freemarker templates
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1091633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b9d78a769
commit
c2e2076916
|
@ -47,7 +47,7 @@ public class RepositoryScanningTest
|
|||
{
|
||||
setFieldValue( "newpattern_0", "**/*.zip" );
|
||||
clickAddIcon( "newpattern_0" );
|
||||
Assert.assertEquals( getSelenium().getText( "//span[@class='errorMessage']" ),
|
||||
Assert.assertEquals( getSelenium().getText( "//ul[@class='errorMessage']/li/span" ),
|
||||
"Not adding pattern \"**/*.zip\" to filetype artifacts as it already exists." );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue