test: use better test name (#388)

This commit is contained in:
Nolan Lawson 2023-12-10 10:18:41 -08:00 committed by GitHub
parent 1ddd0b2a4e
commit f6ccc990f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ describe('attributes tests', () => {
await tick(20)
})
test('change property while disconnected from DOM', async () => {
test('change attribute while disconnected from DOM', async () => {
const picker = new Picker()
picker.setAttribute('data-source', ALL_EMOJI)
document.body.appendChild(picker)