adobe / aem-core-forms-components

Apache License 2.0
25 stars 49 forks source link

Fixing minimum and maximum date by setting explicit save timezone #1270

Closed rismehta closed 1 month ago

rismehta commented 1 month ago

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

adobe-bot commented 1 month ago

Lighthouse scores (mobile)

Performance Accessibility Best-Practices SEO
Scores 94 96 100 75
adobe-bot commented 1 month ago

Lighthouse scores (desktop)

Performance Accessibility Best-Practices SEO
Scores 100 96 100 75
adobe-bot commented 1 month ago

Accessibility Violations Found

Id Impact
label-title-only serious
target-size serious
adobe-bot commented 1 month ago

Accessibility Violations Found

Id Impact
label-title-only serious
target-size serious
adobe-bot commented 1 month ago

Accessibility Violations Found

Id Impact
label-title-only serious
target-size serious
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.39%. Comparing base (76c66be) to head (22c38f8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1270 +/- ## ========================================= Coverage 81.39% 81.39% Complexity 817 817 ========================================= Files 94 94 Lines 2198 2198 Branches 301 301 ========================================= Hits 1789 1789 Misses 253 253 Partials 156 156 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

barshat7 commented 1 month ago

LGTM, please add a test case for the same

rismehta commented 1 month ago

LGTM, please add a test case for the same

The test case already exists, so I didn't add it. I will add an end-to-end test that mimics the client's time zone to validate the changes.

adobe-bot commented 1 month ago

Lighthouse scores (desktop)

Performance Accessibility Best-Practices SEO
Scores 100 96 100 75
adobe-bot commented 1 month ago

Lighthouse scores (mobile)

Performance Accessibility Best-Practices SEO
Scores 92 96 100 75
adobe-bot commented 1 month ago

Accessibility Violations Found

Id Impact
label-title-only serious
target-size serious
adobe-bot commented 1 month ago

Accessibility Violations Found

Id Impact
label-title-only serious
target-size serious
adobe-bot commented 1 month ago

Accessibility Violations Found

Id Impact
label-title-only serious
target-size serious
rismehta commented 1 month ago

Merging since test cases are added