DEV: correct missing file from revert

Test did not revert cleanly. Corrected.
This commit is contained in:
Sam Saffron 2020-04-25 13:29:45 +10:00
parent 8c1e008c59
commit 3de901e38d
No known key found for this signature in database
GPG Key ID: B9606168D2FFD9F5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ widgetTest("basics", {
});
},
test(assert) {
assert.ok(find(".topic-status .d-icon-discourse-comment-slash").length);
assert.ok(find(".topic-status .d-icon-lock").length);
}
});