mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
DEV: skip flakey last read spec (#26008)
This commit is contained in:
@ -18,7 +18,7 @@ RSpec.describe "Update last read", type: :system do
|
|||||||
end
|
end
|
||||||
|
|
||||||
context "when the full message is visible" do
|
context "when the full message is visible" do
|
||||||
it "marks it as read" do
|
xit "marks it as read" do
|
||||||
last_message = Fabricate(:chat_message, chat_channel: channel_1)
|
last_message = Fabricate(:chat_message, chat_channel: channel_1)
|
||||||
chat_page.visit_channel(channel_1)
|
chat_page.visit_channel(channel_1)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user