question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Empty page being rendered on Testcafe

See original GitHub issue

What 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

image

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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
Farfurixcommented, Jun 20, 2019

@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.

2reactions
Farfurixcommented, Jul 17, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found