File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/webapp/WEB-INF/views/account
test/java/ru/mystamps/web/tests/page Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ <h3 th:text="#{t_authentication_on_site}">
123
123
</div>
124
124
/*/-->
125
125
126
- < form id ="authAccountForm " action ="../site/index.html " th:action ="@{${LOGIN_PAGE}} " method ="post " class ="form-horizontal ">
126
+ < form id ="auth-account-form " action ="../site/index.html " th:action ="@{${LOGIN_PAGE}} " method ="post " class ="form-horizontal ">
127
127
128
128
< div class ="form-group ">
129
129
< label for ="login " class ="control-label col-sm-4 ">
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public AuthAccountPage(WebDriver driver) {
55
55
56
56
public boolean authenticationFormExists () {
57
57
// TODO: probably better to check for form tag presence?
58
- return elementWithIdExists ("authAccountForm " );
58
+ return elementWithIdExists ("auth-account-form " );
59
59
}
60
60
61
61
public void authorizeUser (String login , String password ) {
You can’t perform that action at this time.
0 commit comments