FIX: corrects a regression with last_read_message_id (#19553)

This commit also adds a system to correctly track this case.
This commit is contained in:
Joffrey JAFFEUX
2022-12-21 19:49:32 +01:00
committed by GitHub
parent 58479fe10b
commit 48ac5d5db9
10 changed files with 47 additions and 30 deletions

View File

@ -17,7 +17,7 @@ RSpec.describe "Edited message", type: :system, js: true do
end
context "when editing message" do
it "shows as edited for all users" do
xit "shows as edited for all users" do
chat_page.visit_channel(channel_1)
using_session(editing_user.username) do