mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove unnecessary fab! block (#24496)
This commit is contained in:
committed by
GitHub
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) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user