DEV: Unskip chat delete message spec (#22951)

Skipped in https://github.com/discourse/discourse/pull/22862 but
it seems like that may have been a sidebar error, unskipping to
see if it's ok now
This commit is contained in:
Martin Brennan 2023-08-07 11:04:10 +10:00 committed by GitHub
parent 1ded0a1429
commit 3e44f04ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ RSpec.describe "Deleted message", type: :system do
thread_1.add(current_user)
end
xit "hides the deleted messages" do
it "hides the deleted messages" do
chat_page.visit_channel(channel_1)
channel_page.message_thread_indicator(message_3).click