Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'destResourceInfo' of null #2312

Closed
ghost opened this issue Apr 12, 2018 · 3 comments
Closed

Uncaught TypeError: Cannot read property 'destResourceInfo' of null #2312

ghost opened this issue Apr 12, 2018 · 3 comments
Assignees
Labels
STATE: Auto-locked An issue has been automatically locked by the Lock bot. SYSTEM: hammerhead TYPE: bug The described behavior is considered as wrong (bug).
Milestone

Comments

@ghost
Copy link

ghost commented Apr 12, 2018

Are you requesting a feature or reporting a bug?

Bug

What is the current behavior?

  1. Some of the JS on the site is unable to execute as an error is thrown beforehand in hammerhead.js
  2. Console displays Uncaught TypeError: Cannot read property 'destResourceInfo' of null
    screen shot 2018-04-12 at 3 02 27 pm
  3. JS code to render additional products to the page does not execute
    screen shot 2018-04-12 at 3 02 12 pm

What is the expected behavior?

Open the webpage and the JS code executes to render all the products on the page
(This works in any non-testcafe browser instance)
screen shot 2018-04-12 at 3 02 04 pm

How would you reproduce the current behavior (if this is a bug)?

  • Run testcafe locally with chrome, safari or firefox

Provide the test code and the tested page URL (if applicable)

Tested page URL:
http://www.fragrancenet.com

Test code

fixture `Example`
    .page `http://www.fragrancenet.com`;

test('Website Test', async t => {
    await t.wait(30000);
});

Specify your

  • operating system: OSX 10.12.6
  • testcafe version: 0.19.2
  • node.js version: v8.9.1
@LavrovArtem
Copy link
Contributor

Hi @s-mendez-criteo,
I've reproduced your issue and created new issue on our proxy repository.

@LavrovArtem LavrovArtem added TYPE: bug The described behavior is considered as wrong (bug). SYSTEM: hammerhead labels Apr 13, 2018
@AlexanderMoskovkin AlexanderMoskovkin added this to the Sprint #11 milestone Apr 19, 2018
@LavrovArtem
Copy link
Contributor

LavrovArtem commented Apr 19, 2018

The fix is published in [email protected].

@lock
Copy link

lock bot commented Mar 28, 2019

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.

@lock lock bot added the STATE: Auto-locked An issue has been automatically locked by the Lock bot. label Mar 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
STATE: Auto-locked An issue has been automatically locked by the Lock bot. SYSTEM: hammerhead TYPE: bug The described behavior is considered as wrong (bug).
Projects
None yet
Development

No branches or pull requests

2 participants