From b0eadfe229878aad4419203d8d73c01733ce8fbf Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Tue, 30 Nov 2021 14:50:12 -0500 Subject: [PATCH] refactor(datetime): e2e does not support components option (#24270) --- core/src/components/datetime/test/basic/e2e.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/src/components/datetime/test/basic/e2e.ts b/core/src/components/datetime/test/basic/e2e.ts index 4c29a12266..33b586f357 100644 --- a/core/src/components/datetime/test/basic/e2e.ts +++ b/core/src/components/datetime/test/basic/e2e.ts @@ -1,10 +1,8 @@ import { newE2EPage } from '@stencil/core/testing'; -import { Datetime } from '../../datetime'; describe('Footer', () => { test('should render default buttons', async () => { const page = await newE2EPage({ - components: [Datetime], html: '' }); @@ -19,7 +17,6 @@ describe('Footer', () => { test('should render clear button', async () => { const page = await newE2EPage({ - components: [Datetime], html: '' }); @@ -31,7 +28,6 @@ describe('Footer', () => { test('should render clear and default buttons', async () => { const page = await newE2EPage({ - components: [Datetime], html: '' }); @@ -49,7 +45,6 @@ describe('Footer', () => { test('should render custom buttons', async () => { const page = await newE2EPage({ - components: [Datetime], html: ` @@ -67,7 +62,6 @@ describe('Footer', () => { test('should render custom buttons', async () => { const page = await newE2EPage({ - components: [Datetime], html: `