From 7ad84cbbc5e9527f4888a12782ca2b65c521fdf4 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Thu, 13 Apr 2023 12:16:57 -0400 Subject: [PATCH] test(toggle): use legacy form syntax for legacy tests (#27197) ## What is the current behavior? The legacy toggle tests without a label do not manually specify to render in legacy mode. Issue URL: N/A ## What is the new behavior? - Adds the `legacy="true"` property to legacy toggle tests ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- .../toggle/test/legacy/basic/index.html | 4 +- .../toggle/test/legacy/sizes/index.html | 66 +++++++++---------- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/core/src/components/toggle/test/legacy/basic/index.html b/core/src/components/toggle/test/legacy/basic/index.html index e332e2ddfd..d6013e3246 100644 --- a/core/src/components/toggle/test/legacy/basic/index.html +++ b/core/src/components/toggle/test/legacy/basic/index.html @@ -20,7 +20,7 @@ Toggle - Basic - + @@ -99,7 +99,7 @@

- + Stand-alone toggle:

diff --git a/core/src/components/toggle/test/legacy/sizes/index.html b/core/src/components/toggle/test/legacy/sizes/index.html index ae0cb16679..369de5a336 100644 --- a/core/src/components/toggle/test/legacy/sizes/index.html +++ b/core/src/components/toggle/test/legacy/sizes/index.html @@ -27,53 +27,53 @@

Default

- - - - - - + + + + + +

Custom Widths

- - - - - - + + + + + +

Custom Heights

- - + +
- - - - - + + + + +

Dynamic Sizes

- - - - + + + +

Complex Custom Toggles

- - + + - - + + - - + + - - + + - - + +