mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
make eslint happy
This commit is contained in:
parent
e49bcebb35
commit
b478984f60
@ -2023,7 +2023,10 @@ test("Public number poll", async assert => {
|
||||
"it should display the right number of voters"
|
||||
);
|
||||
|
||||
assert.ok(find(".poll-voters:first li:first a").attr("href"), "user URL exists");
|
||||
assert.ok(
|
||||
find(".poll-voters:first li:first a").attr("href"),
|
||||
"user URL exists"
|
||||
);
|
||||
|
||||
await click(".poll-voters-toggle-expand:first a");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user