Closed Jgrabenbauer closed 1 year ago
Hi @Jgrabenbauer,
Could you please share an example so that I can run it locally without any additional setup? Please refer to the following help topic for more information: How To: Create a Minimal Working Example When You Submit an Issue.
You can send login and password directly to support@devexress.com.
Hey @miherlosev, @AlexSkorkin had already responded back to me via email. Can you guys communicate and let me know if you need anything else? Please feel free to respond via email.
Hi @Jgrabenbauer
Thank you for the shared example. I've reproduced the issue.
Hey Mikhail,
Thanks for the update! I’m glad you were able to reproduce it.
Best Regards,
Justin Grabenbauer, Jr. SDET
e. @.*** m. (508) 470-0271
On Sep 29, 2022 at 2:26 AM -0500, Mikhail Losev @.***>, wrote:
Hi @Jgrabenbauer Thank you for the shared example. I've reproduced the issue. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
Hi @Jgrabenbauer,
This issue is not reproduced with combination of testcafe@3.0.1
and the Google Chrome browser. Feel free to reopen this issue if you encounter it in other browsers.
What is your Scenario?
When submitting a form to load https://dev.payments.ai/dashboard the page doesn't load (only in automation) and throws a
location.toString is not a function
error in Hammerhead.What is the Current behavior?
A
location.toString is not a function
error is thrown in the console and the page doesn't load.What is the Expected behavior?
No errors are thrown and the correct page loads, just like during manual testing.
What is your public website URL? (or attach your complete example)
Will send an email.
What is your TestCafe test code?
Your complete configuration file
Your complete test report
Running tests in:
Chrome 105.0.0.0 / Monterey 12
payments ai ✖ user_can_navigate_to_payments_ai_dashboard (screenshots: /Users/justingrabenbauer/cf2-test-cafe-poc/artifacts/screenshots/user_can_navigate_to_payments_ai_dashboard_2022-09-23_12-23-36.png)
1) AssertionError: expected false to be truthy
Browser: Chrome 105.0.0.0 / macOS 10.15.7 Screenshot: /Users/justingrabenbauer/cf2-test-cafe-poc/artifacts/screenshots/user_can_navigate_to_payments_ai_dashboard_2022-09-23_12-23-36.png
1/1 failed (23s)
Warnings (1):
The "browsers", "concurrency", and "filter" options from the configuration file will be ignored.
Screenshots
https://www.loom.com/share/c40e2447a442432f80c0eae20ade42b5
https://www.loom.com/share/22b7ffc8501144e2b66e9a28e9c71ac5
Steps to Reproduce
TestCafe version
2.0.0
Node.js version
16.4.0
Command-line arguments
ENV=staging testcafe "chrome '--window-size=1920,1159'" -t 'user_can_navigate_to_payments_ai_dashboard' -c1
Browser name(s) and version(s)
Chrome 105.0.0.0
Platform(s) and version(s)
Monterey 12.5
Other
No response