Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweaks to overrides (added draggable bounds, take timezone into consideration) #4553

Merged
merged 16 commits into from
Jun 21, 2024

Conversation

teodosii
Copy link
Member

What this PR does

Part of #4428

Which issue(s) this PR closes

Closes #4547

@teodosii teodosii requested a review from a team June 18, 2024 13:48
@teodosii teodosii added pr:no public docs Added to a PR that does not require public documentation updates release:patch PR will be added to "Other Changes" section of release notes labels Jun 18, 2024
lint
@teodosii teodosii force-pushed the rares/overrides-timezones branch from b5f4dd5 to 7977095 Compare June 20, 2024 15:22
await expect(startEl.getByTestId('date-time-picker').getByRole('textbox')).toHaveValue('23:00');
await expect(endEl.getByTestId('date-time-picker').getByRole('textbox')).toHaveValue('09:00');

async function changeDatePickerTime(element: Locator, value: string) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In future iterations some parts will be reused, but for now I'll leave it like this

Copy link
Contributor

@brojd brojd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice job!

@teodosii teodosii added this pull request to the merge queue Jun 21, 2024
Merged via the queue into dev with commit 16e98da Jun 21, 2024
21 checks passed
@teodosii teodosii deleted the rares/overrides-timezones branch June 21, 2024 14:17
brojd pushed a commit that referenced this pull request Sep 18, 2024
…deration) (#4553)

# What this PR does

Part of #4428

## Which issue(s) this PR closes

Closes #4547
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:no public docs Added to a PR that does not require public documentation updates release:patch PR will be added to "Other Changes" section of release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Override Form: Changing the date changes the time as well incrementally (by the timezone offset)
2 participants