From 31b1311eef02faafb74d2ca6fa8cae5044280917 Mon Sep 17 00:00:00 2001 From: SriHV <123635670+SriHV@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:14:35 +0100 Subject: [PATCH] Update src/components/button/_macro.spec.js Co-authored-by: rmccar <42928680+rmccar@users.noreply.github.com> --- src/components/button/_macro.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/button/_macro.spec.js b/src/components/button/_macro.spec.js index efb49b7da1..67a350e919 100644 --- a/src/components/button/_macro.spec.js +++ b/src/components/button/_macro.spec.js @@ -148,7 +148,7 @@ describe('FOR: Macro: Button', () => { ); expect($('.ons-btn').hasClass('ons-btn--download')).toBe(true); }); - it('THEN: renders download icon', () => { + it('THEN: the button has the download icon', () => { const faker = templateFaker(); const iconsSpy = faker.spy('icon');