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

Test hangs if object toString method uses this.location getter #953

Closed
inikulin opened this issue Nov 7, 2016 · 3 comments
Closed

Test hangs if object toString method uses this.location getter #953

inikulin opened this issue Nov 7, 2016 · 3 comments
Labels
AREA: client !IMPORTANT! STATE: Auto-locked An issue has been automatically locked by the Lock bot. TYPE: bug The described behavior is considered as wrong (bug).
Milestone

Comments

@inikulin
Copy link
Contributor

inikulin commented Nov 7, 2016

Are you requesting a feature or reporting a bug?

bug

What is the current behavior?

Test hangs up. Todo list input is not rendered.

What is the expected behavior?

Test should run.

How would you reproduce the current behavior (if this is a bug)?

Run provided test.

Provide the test code and the tested page URL (if applicable)

Test code

fixture `TODO MVC - angular2`
    .page `http://todomvc.com/examples/angular2`;


test('Add and remove TODO', async t => {
    await t.typeText('.new-todo', 'Write code')
});
@inikulin inikulin added TYPE: bug The described behavior is considered as wrong (bug). AREA: client !IMPORTANT! labels Nov 7, 2016
@inikulin inikulin added this to the Sprint #2 milestone Nov 7, 2016
@AlexanderMoskovkin
Copy link
Contributor

Should be fixed in testcafe-hammerhead: DevExpress/testcafe-hammerhead#923

@AlexanderMoskovkin
Copy link
Contributor

Fixed with DevExpress/testcafe-hammerhead@3d567d1

@MarinaRukavitsyna MarinaRukavitsyna changed the title Simple test hangs up on Angular2 TodoMvc demo A simple test hangs on running the Angular 2 TodoMvc demo Nov 29, 2016
@inikulin inikulin changed the title A simple test hangs on running the Angular 2 TodoMvc demo Test hangs if object toString method uses this.location getter Dec 2, 2016
@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: client !IMPORTANT! 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

2 participants