Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ca7948

Browse files
committedFeb 26, 2019
chore: fix build by removing non-existing parent method.
Correction for 8caf7ef commit.
1 parent 8caf7ef commit 3ca7948

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎src/test/java/ru/mystamps/web/tests/cases/WhenAnonymousUserAuthenticates.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,4 @@ public void validCredentialsShouldAuthenticateUserOnSite() {
9292
page.logout();
9393
}
9494

95-
@Override
96-
protected void emptyValueShouldBeForbiddenForRequiredFields() {
97-
// Ignore this check entirely because login page has another behavior:
98-
// message about invalid credentials displayed for all type of errors.
99-
// See also test emptyValuesShouldBeConsideredAsInvalidCredentials()
100-
}
101-
10295
}

0 commit comments

Comments
 (0)
Please sign in to comment.