-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect callsite+callstack for failed assertion in a method of some class #1267
Comments
@AlexanderMoskovkin Is it regression after #1226? |
No, it's reproduced with the 0.13.0 version too. (#1226 fix added in 0.14.0-alpha1) |
keyword As workaround it's possible to use functional expression instead of function declaration. It's still investigating |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
…vExpress#1369) * Get rid of "retainLines" compiler option (closes DevExpress#1267) * Update custom "callsite-record" module * update callsite-record to 4.0.0 * comment added
Are you requesting a feature or reporting a bug?
bug
What is the current behavior?
What is the expected behavior?
It should be an error on the line 5.
Provide the test code and the tested page URL (if applicable)
Here is a simple test to reproduce the problem:
Specify your
The text was updated successfully, but these errors were encountered: