mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 07:49:48 +08:00
DEV: Apply syntax_tree formatting to plugins/*
This commit is contained in:
@ -4,7 +4,9 @@ module PageObjects
|
||||
module Pages
|
||||
class Chat < PageObjects::Pages::Base
|
||||
def prefers_full_page
|
||||
page.execute_script("window.localStorage.setItem('discourse_chat_preferred_mode', '\"FULL_PAGE_CHAT\"');")
|
||||
page.execute_script(
|
||||
"window.localStorage.setItem('discourse_chat_preferred_mode', '\"FULL_PAGE_CHAT\"');",
|
||||
)
|
||||
end
|
||||
|
||||
def open_from_header
|
||||
|
Reference in New Issue
Block a user