mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
DEV: Temporarily skip system test that fails with animations disabled (#21824)
This commit is contained in:

committed by
GitHub

parent
6ec6cfccf8
commit
deda61b3a4
@ -12,6 +12,10 @@ describe "Composer don't feed the trolls popup", type: :system, js: true do
|
|||||||
before { sign_in user }
|
before { sign_in user }
|
||||||
|
|
||||||
it "shows a popup when about to reply to a troll" do
|
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
|
SiteSetting.educate_until_posts = 0
|
||||||
|
|
||||||
topic_page.visit_topic(topic)
|
topic_page.visit_topic(topic)
|
||||||
|
Reference in New Issue
Block a user