DEV: Fix Lint/BooleanSymbol (#24747)

This commit is contained in:
Jarek Radosz
2023-12-06 13:19:09 +01:00
committed by GitHub
parent 138bf486d3
commit 6a66dc1cfb
9 changed files with 13 additions and 7 deletions

View File

@ -28,7 +28,7 @@ RSpec.describe "Channel message selection", type: :system do
chat.visit_channel(channel_1)
find(".chat-message-collapser-button").click
expect(page).to have_css(".chat-message-collapser-body.hidden", visible: :false)
expect(page).to have_css(".chat-message-collapser-body.hidden", visible: false)
find(".chat-message-collapser-button").click
expect(page).to have_no_css(".chat-message-collapser-body.hidden")
find(".chat-img-upload").click