[ic-date-input] Update spec tests
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 63
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 15
Description
Summary
Date input is a canary component and we haven't been able to run the tests for it due to issues with canary testing. However, after https://github.com/mi6/ic-ui-kit/pull/4150 it is possible to run npm run test in the canary-web-components package and it's showing that the date input tests don't all pass.
💬 Description
There are numerous date input tests that are failing (I think it's 9).
We need to get the test suite to run and all tests to pass so that we can add canary unit tests to the CI.
💰 Use value
We'll be able to run the canary unit tests.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
In the canary-web-components package, run npm run test and inspect the failing date input spec tests. Update the affected specs so the full date input suite passes, then confirm the package test command succeeds and supports adding the canary unit tests to CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100