From 094d9a85530c99671aa170a4d122407b8b9e36e7 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 24 Sep 2024 11:26:49 -0400 Subject: [PATCH] test(segment-view): remove toolbars --- .../segment-view/test/basic/index.html | 60 ++++++++-------- .../test/basic/segment-view.e2e.ts | 69 +++++++++---------- .../segment-view/test/disabled/index.html | 61 +++++++++------- 3 files changed, 95 insertions(+), 95 deletions(-) diff --git a/core/src/components/segment-view/test/basic/index.html b/core/src/components/segment-view/test/basic/index.html index 43a2d75653..0eefd5a547 100644 --- a/core/src/components/segment-view/test/basic/index.html +++ b/core/src/components/segment-view/test/basic/index.html @@ -47,49 +47,43 @@ - - - - No - - - Value - - - + + + No + + + Value + + No Value - - - - All - - - Favorites - - - + + + All + + + Favorites + + All Favorites - - - - Paid - - - Free - - - Top - - - + + + Paid + + + Free + + + Top + + Free diff --git a/core/src/components/segment-view/test/basic/segment-view.e2e.ts b/core/src/components/segment-view/test/basic/segment-view.e2e.ts index 4644abc207..5d7457743a 100644 --- a/core/src/components/segment-view/test/basic/segment-view.e2e.ts +++ b/core/src/components/segment-view/test/basic/segment-view.e2e.ts @@ -9,18 +9,17 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => { test('should show the first content with no initial value', async ({ page }) => { await page.setContent( ` - - - Paid - - - Free - - - Top - - - + + + Paid + + + Free + + + Top + + Free @@ -37,18 +36,17 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => { test('should show the content matching the initial value', async ({ page }) => { await page.setContent( ` - - - Paid - - - Free - - - Top - - - + + + Paid + + + Free + + + Top + + Free @@ -65,18 +63,17 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => { test('should update the content when changing the value by clicking a segment button', async ({ page }) => { await page.setContent( ` - - - Paid - - - Free - - - Top - - - + + + Paid + + + Free + + + Top + + Free diff --git a/core/src/components/segment-view/test/disabled/index.html b/core/src/components/segment-view/test/disabled/index.html index 59653cf94e..b2e676d34a 100644 --- a/core/src/components/segment-view/test/disabled/index.html +++ b/core/src/components/segment-view/test/disabled/index.html @@ -51,38 +51,47 @@ - - - - Paid - - - Free - - - Top - - - + + + All + + + Favorites + + + + All + Favorites + + + + + Paid + + + Free + + + Top + + Free Top - - - - Bookmarks - - - Reading List - - - Shared Links - - - + + + Bookmarks + + + Reading List + + + Shared Links + + Bookmarks Reading List