SciCatProject / SciCatProject/frontend
ConfigurableActionsComponent test is flaky
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 44
- Avg merge
- 20h 2m
- Merged PRs (30d)
- 20
Description
unit tests sporadically fail with
) 0060: there should be as many actions as defined in default configuration
2300
1010: ConfigurableActionsComponent
2301
Expected 0 to equal 9.
Re-running the test does resolve the error sometimes.
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
Locate the unit test for ConfigurableActionsComponent and reproduce the sporadic failure where the action count is 0 instead of 9. Investigate the test setup and configuration initialization, then verify the test consistently passes with the expected nine actions.
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