mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: discourse-poll-option test wasn't working
This commit is contained in:
parent
49193ca3bf
commit
671ff4243f
@ -27,7 +27,7 @@ widgetTest("single, selected", {
|
|||||||
},
|
},
|
||||||
|
|
||||||
test(assert) {
|
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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user