mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
DEV: Remove extraneous spec code (#29386)
namely `js: true`, requiring `rails_helper`, and default `freeze_time` args
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
# NOTE: This spec covers core functionality, but it is much easier
|
||||
# to test plugin related things inside an actual plugin.
|
||||
describe "Admin Plugins List", type: :system, js: true do
|
||||
describe "Admin Plugins List", type: :system do
|
||||
fab!(:current_user) { Fabricate(:admin) }
|
||||
let(:admin_plugins_list_page) { PageObjects::Pages::AdminPluginsList.new }
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
describe "DiscourseAutomation | error", type: :system, js: true do
|
||||
describe "DiscourseAutomation | error", type: :system do
|
||||
fab!(:admin)
|
||||
|
||||
before do
|
||||
|
@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
describe "DiscourseAutomation | New automation", type: :system, js: true do
|
||||
describe "DiscourseAutomation | New automation", type: :system do
|
||||
fab!(:admin)
|
||||
|
||||
before do
|
||||
|
@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
describe "DiscourseAutomation | smoke test", type: :system, js: true do
|
||||
describe "DiscourseAutomation | smoke test", type: :system do
|
||||
fab!(:admin)
|
||||
fab!(:group) { Fabricate(:group, name: "test") }
|
||||
fab!(:badge) { Fabricate(:badge, name: "badge") }
|
||||
|
Reference in New Issue
Block a user