From 580f60d61d24cffe97ed5e4d2d5da88a24ac3add Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 15 May 2023 08:18:18 +0200 Subject: [PATCH] Revert "DEV: attempts to fix flakey spec (#21547)" (#21549) This reverts commit 64971e5972488d089f80df8b40fd4646cd5485ba. --- plugins/chat/spec/system/navigating_to_message_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/spec/system/navigating_to_message_spec.rb b/plugins/chat/spec/system/navigating_to_message_spec.rb index 41ede9af054..c8a40988e89 100644 --- a/plugins/chat/spec/system/navigating_to_message_spec.rb +++ b/plugins/chat/spec/system/navigating_to_message_spec.rb @@ -69,7 +69,7 @@ RSpec.describe "Navigating to message", type: :system, js: true do click_button(class: "chat-scroll-to-bottom") - expect(page).to have_content(link, visible: :all) + expect(page).to have_content(link) click_link(link)