Skip to content

Commit b66ae1a

Browse files
committed
WhenUserRegisterAccount: deleted outdated TODO entry.
For now we execute integration tests with database in memory and this guarantees that collision should not be happen. No code changes.
1 parent dcba25e commit b66ae1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/ru/mystamps/web/tests/cases/WhenUserRegisterAccount.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public void successfulMessageShouldBeShownAfterRegistration() {
100100
page.fillField("email", "coder@rock.home");
101101
page.submit();
102102
// TODO: check page url
103-
// TODO: delete email if it already exists
104103
assertThat(page.textPresent(tr("t_activation_sent_message"))).isTrue();
105104
}
106105

0 commit comments

Comments
 (0)