diff --git a/src/components/button/button.test.ts b/src/components/button/button.test.ts index 0111d9a9b..f03717ed9 100644 --- a/src/components/button/button.test.ts +++ b/src/components/button/button.test.ts @@ -113,7 +113,7 @@ describe('', () => { describe('when submitting a form', () => { it('should submit when the button is inside the form', async () => { const form = await fixture(html` -
+ Submit
`); @@ -129,7 +129,7 @@ describe('', () => { it('should submit when the button is outside the form and has a form attribute', async () => { const el = await fixture(html`
-
+
Submit
`); @@ -145,7 +145,7 @@ describe('', () => { it('should override form attributes when formaction, formmethod, formnovalidate, and formtarget are used inside a form', async () => { const form = await fixture(html` -
+ Submit @@ -171,7 +171,7 @@ describe('', () => { it('should override form attributes when formaction, formmethod, formnovalidate, and formtarget are used outside a form', async () => { const el = await fixture(html`
- +
Submit