From 783a6530712abf35858b6dbfcea9e233e128df18 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 10 Aug 2023 18:17:34 -0400 Subject: [PATCH] Update datetime.e2e.ts --- core/src/components/datetime/test/reset/datetime.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/datetime/test/reset/datetime.e2e.ts b/core/src/components/datetime/test/reset/datetime.e2e.ts index 4f72b153e5..ef6abf30da 100644 --- a/core/src/components/datetime/test/reset/datetime.e2e.ts +++ b/core/src/components/datetime/test/reset/datetime.e2e.ts @@ -2,7 +2,7 @@ import { expect } from '@playwright/test'; import { configs, test } from '@utils/test/playwright'; configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => { - test.describe.only(title('datetime: reset method'), () => { + test.describe(title('datetime: reset method'), () => { test('should reset the internal state of datetime to the set value', async ({ page }) => { await page.setContent( `