UX: Update "get a room" composer message (#14104)

This commit is contained in:
Kris
2021-08-23 18:34:23 -04:00
committed by GitHub
parent 8fa4849abc
commit bde6f7e9b0
7 changed files with 29 additions and 13 deletions

View File

@@ -423,7 +423,7 @@ describe ComposerMessagesFinder do
expect(message).to be_present
expect(message[:id]).to eq('get_a_room')
expect(message[:wait_for_typing]).to eq(true)
expect(message[:templateName]).to eq('education')
expect(message[:templateName]).to eq('get-a-room')
expect(UserHistory.exists_for_user?(user, :notified_about_get_a_room)).to eq(true)
end