Text execution hangs on the click action
See original GitHub issueSteps to Reproduce:
- Clone the https://github.com/javenkn/testcafe-poc repository
- Run the
npm install
command - Run the
test
script frompackage.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:
- Created 3 years ago
- Reactions:1
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@shyedhu
Hello,
This issue has been resolved in
testcafe@1.10.2-alpha.1
. So, I’ll close this issue.@shyedhu, we still need time to research this issue. Once we get any results, we will post them here.