From 7466769b676a519bb4fe634b89ebb4a32daf285f Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 23 Apr 2018 10:23:11 +0200 Subject: [PATCH] PERF: disables composer transitions in tests --- test/stylesheets/test_helper.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/stylesheets/test_helper.css b/test/stylesheets/test_helper.css index c42fb810acf..4e8f83a6b92 100644 --- a/test/stylesheets/test_helper.css +++ b/test/stylesheets/test_helper.css @@ -3,3 +3,7 @@ .modal-backdrop { display: none; } + +#reply-control { + transition-property: none !important; +}