mirror of
https://github.com/apache/archiva.git
synced 2025-03-08 01:43:06 +00:00
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 void testWithBadUsername()
|
||||
goToLoginPage();
|
||||
setFieldValue( "user-login-form-username", "badUsername" );
|
||||
clickLinkWithLocator( "modal-login-ok", true );
|
||||
assertTextPresent( "This field is required.f" );
|
||||
assertTextPresent( "This field is required." );
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user