DEV: Remove unnecessary js: true options from specs (#24463)

This commit is contained in:
Jarek Radosz
2023-11-20 17:22:14 +01:00
committed by GitHub
parent 8968887e24
commit 89bd2b7df0
8 changed files with 11 additions and 15 deletions

View File

@@ -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) }

View File

@@ -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(