Empty page being rendered on Testcafe
See original GitHub issueWhat is your Test Scenario?
Navigate to the support page and run some UI tests on it
What is the Current behavior?
Empty page being rendered
What is the Expected behavior?
Your website URL (or attach your complete example): https://support.okta.com/help/s/
Your complete test code (or attach your test files):
test('test', async t => {
await t.navigateTo('https://support.okta.com/help/s');
});
Your Environment details:
- testcafe version: 1.2.1
- node.js version: v8.11.1
- command-line arguments: “testcafe chrome test.js”
- browser name and version: Chrome (any browser would do)
- platform and version: Chrome 75.0.3770 / Mac OS X 10.14.5
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Getting a blank page load when using roles to maintain the ...
When we try to automate our application using the Testcafe and tried to maintain the session between the tests using roles, we are...
Read more >javascript - testcafe: Check for something after every click
This injects a script onto the page I am testing. After every click, it uses jQuery to see if an error class exists....
Read more >How to Debug Tests in TestCafe: Quick Guide | Team Blog
TestCafe uses CSS selectors to identify page elements. To see if a selector matches an element, pause test execution in the browser and...
Read more >Assertions | TestCafe Studio
Assertions compare the actual value of a page-related variable to the value you expect it to have. If an assertion fails, the test...
Read more >Handle API Responses With Ease Using Mocks in TestCafe
Having your application make a request to another server and update the page without reloading is a great user experience. However, it can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ArvindJoshi-okta
Hello,
Thank you for providing the public URL. I’ve reproduced this issue under Windows 10 / Chrome / hammerhead [18f8fd4]. Our team will research it and check for a suitable solution.
@ArvindJoshi-okta
Hello,
There are several issues we found in your case and we will update this thread as soon as we get any results.
For team: I found this partial duplication of issue https://github.com/DevExpress/testcafe-hammerhead/issues/2003#issuecomment-486204230.