2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

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);
}
});