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.

teestcafe blank page

See original GitHub issue

What is your Scenario?

I get a blank screen when I try to navigate to https://www.clinicalkey.com/student/. when I try a different domain it works fine.

What is the Current behavior?

I get a white blank page

What is the Expected behavior?

I should see the login page.

What is your public website URL? (or attach your complete example)

https://www.clinicalkey.com/student

What is your TestCafe test code?

fixtureMy Fixture .page(‘https://www.clinicalkey.com/student/login’);

test(‘open browser’, async (t) => { await t.click(Selector(‘#c-ckm-field__input-1’)); });

Your complete configuration file

No response

Your complete test report

No response

Screenshots

No response

Steps to Reproduce

  1. try to open the URL with https://www.clinicalkey.com/student/
  2. you should see the issue

TestCafe version

1.18.5

Node.js version

No response

Command-line arguments

testcafe chrome testid

Browser name(s) and version(s)

No response

Platform(s) and version(s)

No response

Other

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
vietrovocommented, Apr 12, 2022

Hi @Aleksey28. Yes, after our recent release the issue got fixed. It appears to be our code issue. You can close the ticket. Thank you for help.

1reaction
Aleksey28commented, Apr 5, 2022

Thank you for the report. I reproduced the described case. We will update this thread once we have any news.

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 >
Blank UI is displaying after installing the latest TestCafe Studio ...
I have installed the latest Test Cafe version on my system but when I am opens the test cafe studio, Nothing is getting...
Read more >
.page() | Test Object | Test API | API | Docs - TestCafe
The test.page method overrides all other test page URL definitions. ... All tests start at about:blank unless you specify a different starting URL....
Read more >
When TestCafe is ran, Page does not seem to load
When I run the command testcafe chrome test.js it brings up the browser and starts the test, but the page keeps spinning. Here...
Read more >
Testcafe chrome browser is blank for 2 seconds after clicking ...
Lastday I observed that my e2e tests are failing in chrome browser if there are any steps after closing a page. For example...
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