summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-05-04 17:22:26 +0200
committerGitHub <noreply@github.com>2023-05-04 17:22:26 +0200
commitdaf65ac410643db3ff2ecacacf31c8d288a6b3c2 (patch)
tree85b05d755ea151061b1f798507807072c436d2e1 /tests
parentba9e4b56e4d9761f9117fea416b3ae1d48f406be (diff)
fix(tests): Add integration test fo rmore invalid colors
Co-authored-by: Vitor Mattos <vitor@php.rio> Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/conversation/avatar.feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/integration/features/conversation/avatar.feature b/tests/integration/features/conversation/avatar.feature
index e51410480..97904d44b 100644
--- a/tests/integration/features/conversation/avatar.feature
+++ b/tests/integration/features/conversation/avatar.feature
@@ -104,7 +104,8 @@ Feature: conversation/avatar
| roomType | 3 |
| roomName | public room |
Then user "participant1" sets emoji "👋🚀" with color "123456" as avatar of room "room" with 400 (v1)
- Then user "participant1" sets emoji "👋" with color "1234567" as avatar of room "room" with 400 (v1)
+ And user "participant1" sets emoji "👋" with color "1234567" as avatar of room "room" with 400 (v1)
+ And user "participant1" sets emoji "👋" with color "GGGGGG" as avatar of room "room" with 400 (v1)
And user "participant1" gets room "room" with 200 (v4)
| avatarVersion | NOT_EMPTY |
| isCustomAvatar | 0 |