FIX: Broken acceptance test
This commit is contained in:
parent
5fd4970602
commit
b100ea1baa
|
@ -23,7 +23,7 @@ QUnit.test("list words in groups", assert => {
|
||||||
assert.ok(exists('.watched-words-list .watched-word'), "Always show the words when checkbox is checked.");
|
assert.ok(exists('.watched-words-list .watched-word'), "Always show the words when checkbox is checked.");
|
||||||
});
|
});
|
||||||
|
|
||||||
click('.nav-stacked .censor');
|
click('.nav-stacked .censor a');
|
||||||
andThen(() => {
|
andThen(() => {
|
||||||
assert.ok(exists('.watched-words-list'));
|
assert.ok(exists('.watched-words-list'));
|
||||||
assert.ok(!exists('.watched-words-list .watched-word'), "Empty word list.");
|
assert.ok(!exists('.watched-words-list .watched-word'), "Empty word list.");
|
||||||
|
|
Loading…
Reference in New Issue