mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 02:41:13 +08:00
DEV: Remove unnecessary fab! blocks (#24419)
This commit is contained in:

committed by
GitHub

parent
46e2523177
commit
e34d2cfde4
@ -2,7 +2,7 @@
|
||||
|
||||
describe "Post small actions", type: :system do
|
||||
fab!(:current_user) { Fabricate(:user) }
|
||||
fab!(:topic) { Fabricate(:topic) }
|
||||
fab!(:topic)
|
||||
fab!(:post) { Fabricate(:post, topic: topic) }
|
||||
let(:topic_page) { PageObjects::Pages::Topic.new }
|
||||
|
||||
|
Reference in New Issue
Block a user