DEV: fix flaky spec temporarily (#22633)

We have a fix coming tomorrow.
This commit is contained in:
Joffrey JAFFEUX 2023-07-17 09:45:31 +02:00 committed by GitHub
parent b2ff00cc74
commit c042978778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ describe "Thread tracking state | drawer", type: :system do
expect(drawer_page).to have_no_unread_channel(channel)
end
it "shows an unread indicator for the channel index if a new thread message arrives while the user is not looking at the channel" do
xit "shows an unread indicator for the channel index if a new thread message arrives while the user is not looking at the channel" do
visit("/")
chat_page.open_from_header
drawer_page.open_channel(channel)