Hello,
our team decided to use TestCafe Studio for creating tests. But when I try to record a test with my local hosted application using TestCafe Studio, an " Uncaught SyntaxError: Unexpected token ';' " error is thrown in the console and the page remains empty. The same phenomenon occurs when trying to record a test with our productive application.
We're using angular 9.0.1 and devextreme-angular 19.2.6 in our productive app.
On my local machine I'm using angular 9.0.1 and devextreme-angular 20.1.6.
The error occurs on both systems with both devextreme versions …
I attached an screenshot with the source code and marked error. The error occurs in the vendor.js, inside the DxTemplateDirective class in line 138553:
JavaScript... => {
var; if (!params || !params._angularIntegration) {
childView.destroy();
}
}
It seems to me that the var; expression is not correct at this point. Is this a known issue? Do you have an approach to solve this problem?
I'm looking forward to you reply.
Best regards
Hello David,
Thank you for reaching out to us and submitting this issue. A similar issue was reported recently:
Cant open Login page when opend with testcafe
However, the issue was fixed on the user's side. I have managed to replicate this behavior when recording a test with your production website. Our team will research it and find a suitable solution if any. You will be automatically notified once we make progress.