make eslint happy

This commit is contained in:
Régis Hanol 2018-12-31 12:38:45 +01:00
parent e49bcebb35
commit b478984f60

View File

@ -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");