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:
Alan Guo Xiang Tan
2023-06-07 10:26:58 +09:00
committed by GitHub
parent 44446afe58
commit 41f8bff2c3
103 changed files with 108 additions and 114 deletions

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
describe "Local dates", type: :system, js: true do
describe "Local dates", type: :system do
fab!(:topic) { Fabricate(:topic) }
fab!(:user) { Fabricate(:user) }