Skip to content
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

Testcafe Fixes #1024

Merged
merged 2 commits into from
Dec 14, 2021
Merged

Testcafe Fixes #1024

merged 2 commits into from
Dec 14, 2021

Conversation

cea2aj
Copy link
Member

@cea2aj cea2aj commented Dec 14, 2021

Fix Testcafe errors in safari by bumping the Testcafe version number

This PR fixes the "undefined is not an object (evaluating 'qa.objectHasOwnProperty.call(s,"writable")') hasOwnProperty@[native code]" error which was occurring in Testcafe on Safari.

Also fix the path to the testcafe config file.

J=none
TEST=none

Run the acceptance tests and see that they now pass

@coveralls
Copy link

coveralls commented Dec 14, 2021

Coverage Status

Coverage remained the same at 8.842% when pulling c1bf7c2 on dev/testcafe-fixes into e958b68 on release/v1.27.

package.json Outdated
@@ -47,7 +47,7 @@
"puppeteer": "^10.2.0",
"serve": "^11.3.2",
"simple-git": "^2.24.0",
"testcafe": "^1.15.0",
"testcafe": "^1.17.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be 1.17.1?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the package-lock, it looks like 1.17.1 is the version which is actually being used. I can bump it here as well just to be safe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants