mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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
|
||||
|
||||
describe "Viewing user staff info as an admin", type: :system, js: true do
|
||||
describe "Viewing user staff info as an admin", type: :system do
|
||||
fab!(:user) { Fabricate(:user) }
|
||||
fab!(:admin) { Fabricate(:admin) }
|
||||
let(:user_page) { PageObjects::Pages::User.new }
|
||||
|
||||
Reference in New Issue
Block a user