mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 15:54:05 +08:00
DEV: lint poll test (#29937)
Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
parent
96b88f34a2
commit
a692e87b72
|
@ -150,7 +150,7 @@ module("Poll | Component | poll", function (hooks) {
|
|||
|
||||
assert
|
||||
.dom(".dropdown-menu__item:nth-child(2)")
|
||||
.hasText(`1 ${I18n.t("poll.options.ranked_choice.highest_priority")}`);
|
||||
.hasText(`1 ${i18n("poll.options.ranked_choice.highest_priority")}`);
|
||||
|
||||
await click(
|
||||
".dropdown-menu__item:nth-child(2) button",
|
||||
|
|
Loading…
Reference in New Issue
Block a user