Skip to content
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

Console points to the wrong line during the debugging #1360

Closed
churkin opened this issue Mar 27, 2017 · 3 comments
Closed

Console points to the wrong line during the debugging #1360

churkin opened this issue Mar 27, 2017 · 3 comments
Assignees
Labels
AREA: server STATE: Auto-locked An issue has been automatically locked by the Lock bot. TYPE: bug The described behavior is considered as wrong (bug).

Comments

@churkin
Copy link
Contributor

churkin commented Mar 27, 2017

Test code:

fixture `My first test`.page `https://github.com/`;

test('test1', async t => {
    await t.debug();
});

async function signOut(t) {
}

Console output:

 My first test

----
Chrome 59.0.3049 / Windows 8.1 0.0.0
DEBUGGER PAUSE:
   7 |async function signOut(t) {
 > 8 |}
----
@churkin churkin added AREA: server TYPE: bug The described behavior is considered as wrong (bug). labels Mar 27, 2017
@churkin churkin self-assigned this Mar 27, 2017
@helen-dikareva helen-dikareva self-assigned this Mar 27, 2017
@inikulin
Copy link
Contributor

Seems like a duplicate of #1267. @churkin Can you confirm?

@churkin
Copy link
Contributor Author

churkin commented Mar 27, 2017

Yep

@churkin churkin closed this as completed Mar 27, 2017
@lock
Copy link

lock bot commented Mar 29, 2019

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.

@lock lock bot added the STATE: Auto-locked An issue has been automatically locked by the Lock bot. label Mar 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
AREA: server STATE: Auto-locked An issue has been automatically locked by the Lock bot. TYPE: bug The described behavior is considered as wrong (bug).
Projects
None yet
Development

No branches or pull requests

3 participants