mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:53:41 +08:00
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.");
|
||||
});
|
||||
|
||||
click('.nav-stacked .censor');
|
||||
click('.nav-stacked .censor a');
|
||||
andThen(() => {
|
||||
assert.ok(exists('.watched-words-list'));
|
||||
assert.ok(!exists('.watched-words-list .watched-word'), "Empty word list.");
|
||||
|
|
Loading…
Reference in New Issue
Block a user