Should not raise an error if during a long running request the "RequestLogger.clear" method will be called #2688
Labels
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
SYSTEM: request hooks
TYPE: bug
The described behavior is considered as wrong (bug).
Milestone
Are you requesting a feature or reporting a bug?
Bug report
What is the current behavior?
When calling multiple times a RequestLogger instance "clear" method in one test, testcafe crash with the following error and the browser (chrome on windows) stays opened.
What is the expected behavior?
Test execution should not crash.
How would you reproduce the current behavior (if this is a bug)?
call RequestLogger instance 'clear' method multiple times in a test.
Provide the test code and the tested page URL (if applicable)
Test code
Specify your
The text was updated successfully, but these errors were encountered: