Fixed test, applied new translations.
This commit is contained in:
parent
c769d00943
commit
320fdc1679
1 changed files with 2 additions and 2 deletions
|
@ -411,7 +411,7 @@ next line, Group: Users',
|
||||||
assert_match('Notification<b>xxx</b>', result[:body])
|
assert_match('Notification<b>xxx</b>', result[:body])
|
||||||
assert_match('es wurde ein neues Ticket', result[:body])
|
assert_match('es wurde ein neues Ticket', result[:body])
|
||||||
assert_match('<b>test123</b>', result[:body])
|
assert_match('<b>test123</b>', result[:body])
|
||||||
assert_match('Manage your notifications settings', result[:body])
|
assert_match('Benachrichtigungseinstellungen Verwalten', result[:body])
|
||||||
assert_no_match('Your', result[:body])
|
assert_no_match('Your', result[:body])
|
||||||
|
|
||||||
article = Ticket::Article.create(
|
article = Ticket::Article.create(
|
||||||
|
@ -461,7 +461,7 @@ next line, Group: Users',
|
||||||
assert_match('Notification<b>xxx</b>', result[:body])
|
assert_match('Notification<b>xxx</b>', result[:body])
|
||||||
assert_match('wurde von', result[:body])
|
assert_match('wurde von', result[:body])
|
||||||
assert_match('<b>test123</b>', result[:body])
|
assert_match('<b>test123</b>', result[:body])
|
||||||
assert_match('Manage your notifications settings', result[:body])
|
assert_match('Benachrichtigungseinstellungen Verwalten', result[:body])
|
||||||
assert_no_match('Your', result[:body])
|
assert_no_match('Your', result[:body])
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue