ActionsIT: Adapt to new error message

I7a8389e98d9e20794b06245dab007d93fed7ccf3, (f3614b0b8a,
Improve error message for grayed out submit buttons, 2nd edition)

broke the tests as an error message was off by a dot "." at the end.

Change-Id: Ic201e49dab555fdeee7afffe577e1c9d1d6a89b2
This commit is contained in:
Stefan Beller
2015-04-23 13:42:16 -07:00
parent 9882894549
commit 3cec693033

View File

@@ -100,7 +100,7 @@ public class ActionsIT extends AbstractDaemonTest {
assertThat(info.label).isEqualTo("Submit whole topic");
assertThat(info.method).isEqualTo("POST");
assertThat(info.title).isEqualTo(
"Clicking the button would fail for other changes in the topic.");
"Clicking the button would fail for other changes in the topic");
} else {
noSubmitWholeTopicAssertions(actions);
}