File tree 2 files changed +7
-2
lines changed
main/webapp/WEB-INF/views/account
test/java/ru/mystamps/web/tests/page
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,12 @@ <h3 th:text="#{t_activation_on_site}">
81
81
</ div >
82
82
</ div >
83
83
84
- < form method ="post " class ="form-horizontal " action ="auth.html " th:action ="@{${ACTIVATE_ACCOUNT_PAGE}} " th:object ="${activateAccountForm} ">
84
+ < form id ="activate-account-form "
85
+ method ="post "
86
+ class ="form-horizontal "
87
+ action ="auth.html "
88
+ th:action ="@{${ACTIVATE_ACCOUNT_PAGE}} "
89
+ th:object ="${activateAccountForm} ">
85
90
86
91
< div class ="form-group " th:classappend ="${#fields.hasErrors('login') ? 'has-error' : ''} ">
87
92
< label for ="login " class ="control-label col-sm-3 ">
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public void activateAccount(
73
73
}
74
74
75
75
public boolean activationFormExists () {
76
- return elementWithIdExists ("activateAccountForm " );
76
+ return elementWithIdExists ("activate-account-form " );
77
77
}
78
78
79
79
private void fillLogin (String login ) {
You can’t perform that action at this time.
0 commit comments