DEV: Remove unnecessary watched word test

This test is longer needed now that we are using handlebars which
provides escaping by default.

Follow up to 2bb36d72a3

and bb31e7f5b6
This commit is contained in:
Blake Erickson 2019-11-27 17:42:22 -07:00
parent 2bb36d72a3
commit fac91a9e71
1 changed files with 0 additions and 6 deletions

View File

@ -32,12 +32,6 @@ QUnit.test("list words in groups", async assert => {
"Always show the words when checkbox is checked."
);
assert.equal(
$(find(".watched-words-list .watched-word")[2]).text(),
'<img src="x">',
"it should escape watched words"
);
await click(".nav-stacked .censor a");
assert.ok(exists(".watched-words-list"));