From 3543797c11357576aa77769104bd0fc4865ea1e0 Mon Sep 17 00:00:00 2001 From: Ionut-Alexandru Mizga Date: Tue, 12 Aug 2025 10:10:25 +0300 Subject: [PATCH 1/7] test(button): added aria-label tests for label and slot changes --- packages/button/test/button.test.ts | 39 +++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/packages/button/test/button.test.ts b/packages/button/test/button.test.ts index da947febb52..deec74f9dad 100644 --- a/packages/button/test/button.test.ts +++ b/packages/button/test/button.test.ts @@ -423,6 +423,45 @@ describe('Button', () => { expect(el.getAttribute('aria-label')).to.equal('clickable'); }); + it('updates aria-label when label changes', async () => { + const el = await fixture