From 204cd43861336bae400213857da18f049571e864 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 11 Oct 2019 15:41:19 -0400 Subject: [PATCH] FIX: This emoji test was broken too --- test/javascripts/acceptance/emoji-test.js.es6 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/javascripts/acceptance/emoji-test.js.es6 b/test/javascripts/acceptance/emoji-test.js.es6 index 087a923906..3efd5f5a8f 100644 --- a/test/javascripts/acceptance/emoji-test.js.es6 +++ b/test/javascripts/acceptance/emoji-test.js.es6 @@ -27,12 +27,4 @@ QUnit.test("skin toned emoji is cooked properly", async assert => { .trim(), `

this is an emoji :blonde_woman:t5:

` ); - - await click("#reply-control .btn.create"); - assert.equal( - find(".topic-post:last .cooked p") - .html() - .trim(), - `this is an emoji :blonde_woman:t5:` - ); });