diff --git a/core/src/components/datetime/test/multiple/datetime.e2e.ts b/core/src/components/datetime/test/multiple/datetime.e2e.ts index 48940cad3b..2cadd80f33 100644 --- a/core/src/components/datetime/test/multiple/datetime.e2e.ts +++ b/core/src/components/datetime/test/multiple/datetime.e2e.ts @@ -159,11 +159,6 @@ test.describe('datetime: multiple date selection (functionality)', () => { await expect(monthYear).toHaveText('April 2022'); }); - test('multiple=false and array for default value should switch to first item', async () => { - const datetime = await datetimeFixture.goto(MULTIPLE_DATES, { multiple: false }); - await expect(datetime).toHaveJSProperty('value', SINGLE_DATE); - }); - test('with buttons, should only update value when confirm is called', async ({ page }) => { const datetime = await datetimeFixture.goto(SINGLE_DATE, { showDefaultButtons: true }); const june2Button = datetime.locator('[data-month="6"][data-day="2"]');