mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:53:37 +08:00
DEV: Remove unnecessary fab! block (#24496)
This commit is contained in:
parent
2389186155
commit
38abd471b6
|
@ -2,7 +2,7 @@
|
|||
|
||||
describe "Admin Dashboard New Features Page", type: :system do
|
||||
let(:new_features_page) { PageObjects::Pages::AdminDashboardNewFeatures.new }
|
||||
fab!(:admin) { Fabricate(:admin) }
|
||||
fab!(:admin)
|
||||
|
||||
before { sign_in(admin) }
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user