Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

No screenshot block if test are passed. #163

Open
alex-ochigov opened this issue Jan 28, 2019 · 2 comments
Open

No screenshot block if test are passed. #163

alex-ochigov opened this issue Jan 28, 2019 · 2 comments

Comments

@alex-ochigov
Copy link

alex-ochigov commented Jan 28, 2019

download

app.min.js:25 Uncaught TypeError: Cannot read property 'length' of undefined
    at t.value (app.min.js:25)
    at app.min.js:97
    at s (app.min.js:97)
    at h._renderValidatedComponentWithoutOwnerOrContext (app.min.js:97)
    at h._renderValidatedComponent (app.min.js:97)
    at h.performInitialMount (app.min.js:97)
    at h.mountComponent (app.min.js:97)
    at Object.mountComponent (app.min.js:6)
    at g.mountChildren (app.min.js:97)
    at g._createInitialChildren (app.min.js:97)
@v1sar
Copy link

v1sar commented Jan 30, 2019

Yep, also no block with name of test at the top.
Is it time to learn react? :'(

upd: checked PR's, so there is #161 that fix that issue. As quick solution you can just change e.stacktrace.length to e.stacktrace in app.min.js

@alex-ochigov
Copy link
Author

alex-ochigov commented Jan 31, 2019

upd: checked PR's, so there is #161 that fix that issue. As quick solution you can just change e.stacktrace.length to e.stacktrace in app.min.js

Yeah, I already built it from that PR #161 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants