Merge diffs from master

This commit is contained in:
Neil Lalonde
2020-02-25 17:23:37 -05:00
parent 52c10848bc
commit 4d611dcaed
21 changed files with 2 additions and 420 deletions
@@ -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"));