mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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"
|
"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");
|
await click(".poll-voters-toggle-expand:first a");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user