https://github.com/dmitryfillo/testcafe-navigateto-works-wrong
Testcafe 0.18.4 fails with t.navigateTo(). For https://github.com/DevExpress/testcafe/issues/1978#issuecomment-348936291
https://github.com/dmitryfillo/testcafe-navigateto-works-wrong
Last synced: over 1 year ago
JSON representation
Testcafe 0.18.4 fails with t.navigateTo(). For https://github.com/DevExpress/testcafe/issues/1978#issuecomment-348936291
- Host: GitHub
- URL: https://github.com/dmitryfillo/testcafe-navigateto-works-wrong
- Owner: DmitryFillo
- Created: 2017-12-05T10:25:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T12:31:01.000Z (over 8 years ago)
- Last Synced: 2025-01-11T01:12:38.575Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Examples of non-clear behaviour of TestCafe:
* `npm run test:response-time-affects-navigate-to`: server response time affects `t.navigateTo(url)`.
* `npm run test:fails-if-server-returns-only-string`: TestCafe fails if server returns only string.