mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove unnecessary js: true options from specs (#24463)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
describe "Composer Post Validations", type: :system, js: true do
|
||||
describe "Composer Post Validations", type: :system do
|
||||
fab!(:tl0_user) { Fabricate(:user, trust_level: 0) }
|
||||
fab!(:tl1_user) { Fabricate(:user, trust_level: 1) }
|
||||
fab!(:tl2_user) { Fabricate(:user, trust_level: 2) }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
describe "Composer Form Template Validations", type: :system, js: true do
|
||||
describe "Composer Form Template Validations", type: :system do
|
||||
fab!(:user)
|
||||
fab!(:form_template) do
|
||||
Fabricate(
|
||||
|
||||
Reference in New Issue
Block a user