IntelliTect / IntelliTect/TestTools.Selenate
WaitForEnabled (maybe others?) not always properly waiting
Open
- Dominant language
- C#
- Stars
- 1
- Forks
- 1
- Avg merge
- 2m
- Merged PRs (30d)
- 2
Description
I made some assumptions on nested stack traces, and certain methods (WaitForEnabled and possibly others,) improperly throw instead of waiting and then returning true/false.
Need to do a bit of investigation, but it should be safe to remove the exception filters that check for inner stack traces.
Contributor guide
Research direction
Start by tracing WaitForEnabled and any similar methods to understand how exception filters inspect inner stack traces. Investigate cases where they throw instead of waiting, then verify that the affected methods wait and return true or false as intended without inappropriate exceptions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100