teestcafe blank page
See original GitHub issueWhat 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
- try to open the URL with https://www.clinicalkey.com/student/
- 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:
- Created a year ago
- Comments:6
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 >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 >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
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.
Thank you for the report. I reproduced the described case. We will update this thread once we have any news.