parent
ff66e62e0c
commit
cbb4af124b
|
@ -83,5 +83,5 @@ QUnit.test("remove words", async assert => {
|
|||
|
||||
await click("#" + $(word).attr("id"));
|
||||
|
||||
assert.equal(find(".watched-words-list .watched-word").length, 1);
|
||||
assert.equal(find(".watched-words-list .watched-word").length, 2);
|
||||
});
|
||||
|
|
|
@ -7,7 +7,7 @@ export default {
|
|||
{ id: 3, word: "pyramid", action: "flag" },
|
||||
{ id: 4, word: "scheme", action: "flag" },
|
||||
{ id: 5, word: "coupon", action: "require_approval" },
|
||||
{ id: 6, word: '<img src="x">', action: "block" },
|
||||
{ id: 6, word: '<img src="x">', action: "block" }
|
||||
]
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue