mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This reverts commit e1ba4c6b73.
Tests are flaky
This commit is contained in:
committed by
GitHub
parent
1f37fe5fa5
commit
c01580298e
@@ -12,6 +12,10 @@ describe "Composer don't feed the trolls popup", type: :system, js: true do
|
||||
before { sign_in user }
|
||||
|
||||
it "shows a popup when about to reply to a troll" do
|
||||
skip(
|
||||
"TGX: This does not work when Capybara.disable_animation is set to true. We're in the midst of fixing this.",
|
||||
)
|
||||
|
||||
SiteSetting.educate_until_posts = 0
|
||||
|
||||
topic_page.visit_topic(topic)
|
||||
|
||||
Reference in New Issue
Block a user