-
Notifications
You must be signed in to change notification settings - Fork 77
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
[input-date-picker] faulty element visibility assertion #10490
Labels
needs milestone
Planning workflow - pending milestone assignment, has priority and/or estimate.
p - low
Issue is non core or affecting less that 10% of people using the library
testing
Issues related to automated or manual testing.
Comments
maxpatiiuk
added
testing
Issues related to automated or manual testing.
0 - new
New issues that need assignment.
needs milestone
Planning workflow - pending milestone assignment, has priority and/or estimate.
labels
Oct 5, 2024
github-actions
bot
added
the
p - low
Issue is non core or affecting less that 10% of people using the library
label
Oct 5, 2024
This might get resolved by #8402. cc @anveshmekala |
anveshmekala
added
2 - in development
Issues that are actively being worked on.
and removed
0 - new
New issues that need assignment.
labels
Oct 9, 2024
anveshmekala
added a commit
that referenced
this issue
Oct 23, 2024
…#8402) **Related Issue:** #3455, #10113 ## Summary Update `calcite-date-picker` & `calcite-input-date-picker` UI & UX. ![4D1CFC3C-8FF9-4493-9178-4DEDA0417031](https://github.com/user-attachments/assets/4b1f5a12-85df-4577-b1cd-812c22e41ef7) ### Key changes - display two calendars for range irrespective of layout. - No longer switches focus from day to end input when startDate is selected initially. - Month selection is possible via select menu - No longer positions the date-picker component relative to endInput when endInput is focused in range. - Dates from previous months are not visible in range calendar. - Divider indicator icons are removed in horizontal layout for range in input-date-picker. - No longer uses chevron icon which indicate the open status of input-date-picker in startInput field. Other issues resolved : #6321 #6410 #10301 #10291 #10113 #10243 #10490 Blocked issues: #9167 Wiki https://github.com/Esri/calcite-design-system/wiki/date%E2%80%90picker-enhancement-%238402
anveshmekala
added
3 - installed
Issues that have been merged to master branch and are ready for final confirmation.
and removed
2 - in development
Issues that are actively being worked on.
labels
Oct 23, 2024
Installed and assigned for verification. |
Issue #3455 has been closed, this issue is ready for re-evaluation. |
No longer an issue. Test was updated to resolve this |
DitwanP
removed
the
3 - installed
Issues that have been merged to master branch and are ready for final confirmation.
label
Oct 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs milestone
Planning workflow - pending milestone assignment, has priority and/or estimate.
p - low
Issue is non core or affecting less that 10% of people using the library
testing
Issues related to automated or manual testing.
Priority impact
p - low
Test type
incomplete test
Which Component(s)
input-date-picker
Unstable Tests
The following input-date-picker test is supposevely checking whether the date-picker calendar wrapper is open:
calcite-design-system/packages/calcite-components/src/components/input-date-picker/input-date-picker.e2e.ts
Lines 162 to 168 in 42c1329
However, it appears that this test condition is passing even if the date-picker wrapper is not open. (e.g if I move this assertion to be before
await input.click();
, it still passes).TODO:
this.open
check)?Test error, if applicable
No response
PR skipped, if applicable
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: