mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
This reverts commit 10e183113952eee7085c4cdaa214bfa7a4df56a1.
This commit is contained in:
@ -60,9 +60,8 @@ RSpec.describe "Navigating to message", type: :system, js: true do
|
||||
|
||||
it "highlights the correct message after using the bottom arrow" do
|
||||
chat_page.visit_channel(channel_1)
|
||||
|
||||
click_link(link)
|
||||
click_button(class: "chat-scroll-to-bottom")
|
||||
click_link(I18n.t("js.chat.scroll_to_bottom"))
|
||||
click_link(link)
|
||||
|
||||
expect(page).to have_css(
|
||||
@ -150,9 +149,8 @@ RSpec.describe "Navigating to message", type: :system, js: true do
|
||||
visit("/")
|
||||
chat_page.open_from_header
|
||||
chat_drawer_page.open_channel(channel_1)
|
||||
|
||||
click_link(link)
|
||||
click_button(class: "chat-scroll-to-bottom")
|
||||
click_link(I18n.t("js.chat.scroll_to_bottom"))
|
||||
click_link(link)
|
||||
|
||||
expect(page).to have_css(
|
||||
|
Reference in New Issue
Block a user