thefrontside / thefrontside/interactors
Deprecate, remove `halt()` method
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 2
- Avg merge
- 4m
- Merged PRs (30d)
- 2
Description
there is no need to halt individual interactions. We can stop all the current interactions in the page, but it is not necessary
Contributor guide
No contributing guide indexed for this repository
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
Search the repository for the halt() method and its usages in interactions and page objects. Determine whether the intended change is deprecation, removal, or both, then identify affected tests and update them so no individual interaction can be halted; done means the method and its supported usage are consistently handled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100