Skip to content
Prev Previous commit
Next Next commit
style: lint
  • Loading branch information
brandyscarney committed Sep 5, 2024
commit 5865584112a4e0936913d6d0ffaf005877be46a0
2 changes: 1 addition & 1 deletion core/src/components/datetime/test/basic/datetime.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
await expect(datetime).toHaveJSProperty('value', '2022-10-01T16:22:00');
});

test('should display today\'s date and time when value is an empty string', async ({ page }) => {
test("should display today's date and time when value is an empty string", async ({ page }) => {
await page.setContent(
`
<ion-datetime locale="en-US" presentation="date-time" value=""></ion-datetime>
Expand Down