-
Notifications
You must be signed in to change notification settings - Fork 174
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
Mootools errors from testcafe seem to cause a button to not function after clicking it #1824
Comments
I've reproduced the problem. We will fix it during the next development sprint. |
I'm working on it. |
@barretvasilchik |
Thank you very much. Im on holiday right now but should be able to test it out on Monday |
sorry for the late follow up. I am thrilled to report that the fix worked on my end. Thank you so much for fixing this. This will enable my team to move forward |
…hout src (fix DevExpress#1824) (DevExpress#1836) * overridden functions should have the right prototype in an iframe without src (fix DevExpress#1824) * try to fix ie tests (close DevExpress#1584) * fix tests * fix tests * fix functional test * refactoring * fix unstable test * remove comment
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. |
Are you requesting a feature or reporting a bug?
Bug
What is the current behavior?
I am unable to click a button, even if I pause the test and manually click the button. The test doesn't say the button can't be clicked but I can't progress in the application b/c clicking the button doesn't actually do anything. There are various mootools errors popping up in the console log that do not happen when you access the page without testcafe
This button gets clicked but doesn't actually function how it's supposed to. It would normally bring up a dialogue modal asking if you're sure you want to finish the practice test.
What is the expected behavior?
The button should be able to be clickable and execute Its purpose and there shouldn't be any errors in the console log about mootools.
How would you reproduce the current behavior (if this is a bug)?
Execute the test I have provided and try clicking the finish practice button at the end and notice that it will not do anything
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Note this url can't be directly accessed you would have to run the test or manually do what the test is doing to get here
https://placeu.net/placementtest/take/1300/practice/5b85be7390b313f018ecf88e/1
Test code (I included a debug at the end so you can manually try to click and inspect the errors)
Specify your
The text was updated successfully, but these errors were encountered: