FIX: discourse-poll-option test wasn't working

This commit is contained in:
Régis Hanol 2019-01-24 14:55:36 +01:00 committed by GitHub
parent 49193ca3bf
commit 671ff4243f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ widgetTest("single, selected", {
},
test(assert) {
assert.ok(find("li .d-icon-far-dot-circle:eq(0)").length === 1);
assert.ok(find("li .d-icon-circle:eq(0)").length === 1);
}
});