summaryrefslogtreecommitdiffstats
path: root/tests/integration
diff options
context:
space:
mode:
authorMaksim Sukharev <antreesy.web@gmail.com>2024-02-07 10:09:51 +0100
committerMaksim Sukharev <antreesy.web@gmail.com>2024-02-21 13:07:02 +0100
commitdce79848770ae135f495f9cd61cc7347a75c116d (patch)
tree11c35d684d255ab2501491e1c9d7536253092617 /tests/integration
parent415c141338bc3496d174216759579e607da8cc44 (diff)
fix(icons): fix avatar colors on creation / on fetch from server
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/features/conversation-1/avatar.feature8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/integration/features/conversation-1/avatar.feature b/tests/integration/features/conversation-1/avatar.feature
index 26a313042..65fad276c 100644
--- a/tests/integration/features/conversation-1/avatar.feature
+++ b/tests/integration/features/conversation-1/avatar.feature
@@ -149,8 +149,8 @@ Feature: conversation/avatar
And the avatar svg of room "room" contains the string "123456"
Then user "participant1" sets emoji "🍏" with color "null" as avatar of room "room" with 200 (v1)
And the avatar svg of room "room" contains the string "🍏"
- And the avatar svg of room "room" contains the string "DBDBDB"
- And the avatar svg of room "room" not contains the string "3B3B3B"
+ And the avatar svg of room "room" contains the string "6B6B6B"
+ And the avatar svg of room "room" not contains the string "999999"
And the dark avatar svg of room "room" contains the string "🍏"
- And the dark avatar svg of room "room" not contains the string "DBDBDB"
- And the dark avatar svg of room "room" contains the string "3B3B3B"
+ And the dark avatar svg of room "room" not contains the string "6B6B6B"
+ And the dark avatar svg of room "room" contains the string "999999"