Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 28, 2024
1 parent c014b7a commit 40bcf1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-e2e/tests/select-multiple.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe(`Choices - select multiple`, () => {
await expect(suite.selectableChoices).toHaveCount(count - i);
}

await suite.expectVisibleNoticeHtml('No choices to choose from', true)
await suite.expectVisibleNoticeHtml('No choices to choose from', true);
});
});

Expand Down Expand Up @@ -294,7 +294,7 @@ describe(`Choices - select multiple`, () => {
await expect(suite.getChoiceWithText(`Choice ${i}`)).toHaveClass(/is-selected/);
await expect(suite.selectableChoices).toHaveCount(count);
} else {
await suite.expectVisibleNoticeHtml('No choices to choose from', true)
await suite.expectVisibleNoticeHtml('No choices to choose from', true);
}
}
});
Expand Down

0 comments on commit 40bcf1e

Please sign in to comment.