[ic-calendar] 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
Calendar 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 calendar tests don't run successfully.
### 💬 Description
The calendar tests must be getting stuck in a loop because they fail due to call retries exceeding.
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
Start in the canary-web-components package by running `npm run test` and inspect the calendar spec tests that fail with call-retry errors. Update the spec tests so the calendar suite completes successfully, all tests pass, and the canary unit tests can be added 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
- 48/100