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
RSpec.describe "Create channel", type: :system, js: true do
RSpec.describe "Create channel", type: :system do
fab!(:category_1) { Fabricate(:category) }
let(:chat_page) { PageObjects::Pages::Chat.new }