mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: Remove superfluous js: true
metadata (#21960)
Why this change? It is very unlikely that we need to ever JS for system tests considering that we rely on a JS framework on the frontend.
This commit is contained in:

committed by
GitHub

parent
44446afe58
commit
41f8bff2c3
@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
RSpec.describe "User chat preferences", type: :system, js: true do
|
||||
RSpec.describe "User chat preferences", type: :system do
|
||||
fab!(:current_user) { Fabricate(:user) }
|
||||
|
||||
let(:chat) { PageObjects::Pages::Chat.new }
|
||||
|
Reference in New Issue
Block a user