Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
test(core-suggest): Reword description of open suggestions test
Browse files Browse the repository at this point in the history
  • Loading branch information
skjalgepalg committed Oct 14, 2022
1 parent 349b0ba commit 9dd6e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-suggest/core-suggest.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('core-suggest', () => {
await expect(attr('input', 'aria-expanded')).toEqual('false')
})

it('opens suggestions on input focus', async () => {
it('opens suggestions on input click', async () => {
await browser.executeScript(() => {
document.body.innerHTML = `
<input type="text">
Expand Down

0 comments on commit 9dd6e0c

Please sign in to comment.