From b100ea1baa88f004fb6d71b55e4738e038e4f3af Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 30 Aug 2017 12:35:02 -0400 Subject: [PATCH] FIX: Broken acceptance test --- test/javascripts/acceptance/admin-watched-words-test.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/javascripts/acceptance/admin-watched-words-test.js.es6 b/test/javascripts/acceptance/admin-watched-words-test.js.es6 index 308f8f4da51..88fd0728bda 100644 --- a/test/javascripts/acceptance/admin-watched-words-test.js.es6 +++ b/test/javascripts/acceptance/admin-watched-words-test.js.es6 @@ -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.");