mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 03:42:30 +00:00
Fix timezone sb test
This commit is contained in:
@@ -63,7 +63,7 @@ export const DateTimeSettingsTimezone: Story = {
|
||||
await canvas.findByText('Date and time');
|
||||
|
||||
const timezoneSelect = await canvas.findByText(
|
||||
'(GMT-04:00) Eastern Daylight Time - New York',
|
||||
'(GMT-05:00) Eastern Daylight Time - New York',
|
||||
);
|
||||
|
||||
userEvent.click(timezoneSelect);
|
||||
|
||||
Reference in New Issue
Block a user