mirror of https://github.com/apache/archiva.git
oups that was for testing screenshot capture : remove failing assert
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1296381 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
532d780da5
commit
8426d10d7c
|
@ -40,7 +40,7 @@ public class LoginTest
|
|||
goToLoginPage();
|
||||
setFieldValue( "user-login-form-username", "badUsername" );
|
||||
clickLinkWithLocator( "modal-login-ok", true );
|
||||
assertTextPresent( "This field is required.f" );
|
||||
assertTextPresent( "This field is required." );
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue