question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Text execution hangs on the click action

See original GitHub issue

Steps to Reproduce:

  1. Clone the https://github.com/javenkn/testcafe-poc repository
  2. Run the npm install command
  3. Run the test script from package.json file

The test fails on the navigate to checkout step even if an element with the 'button[data-test="qa-cart-checkout"]' selector appears. It looks like TestCafe waites for AJAX requests’ completion before a click.

Your Environment details:

  • node.js version: v12.18.0
  • browser name and version: Chrome 87.0.4280.88
  • platform and version: macOS 10.15.6

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Farfurixcommented, Jan 21, 2021

@shyedhu

Hello,

This issue has been resolved in testcafe@1.10.2-alpha.1. So, I’ll close this issue.

1reaction
arubtsovcommented, Dec 29, 2020

@shyedhu, we still need time to research this issue. Once we get any results, we will post them here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Click() function freezes test execution till manual screen touch ...
On that screen, once I try to click any element it freezes test execution: It looks that the signal(click) went into server but...
Read more >
Code stops executing when a user clicks on the console window
The reason scrolling stops is because a mouse clicked in the window is used to select text. You can disable Quick Edit Mode...
Read more >
Windows 10 console stops running if I click in the ... - Super User
The Windows 10 command prompt pauses when you click so that you can copy and paste text without that text changing or moving....
Read more >
Test Execute is hanging for ever when it doesn't f...
I am running the scripts on a remote machine with TestExecute 12.20.935.11 through Task Schedular every half an hour. TestExecute hangs and ...
Read more >
Zephyr - Test execution hangs - Atlassian Community
The testing was working fine till yesterday and from today when we click the 'Execute' button it simply shows the loading screen and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found