DEV: Remove unnecessary fab! block (#24496)

This commit is contained in:
Daniel Waterworth
2023-11-21 17:03:17 -06:00
committed by GitHub
parent 2389186155
commit 38abd471b6

View File

@@ -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) }