Coding Ways

Results 4 comments of Coding Ways

I'm having the same issue than @ccoeder First test fails, second test pass. Weird.

Hi! I solved it by using a wrapper component. This is my wrapper component. [PlaceHolderFastImage](https://gist.github.com/codingwaysarg/1115a6365eff654800b9dd3428104512)

Hi there! Could you give me more details about your implementation? I'm trying to do the same thing so I can always get my user automatically authenticated while testing graphiql....

This is how I fixed it on my Dockerfile: ``` RUN chmod -R 777 $(rvm-exec gemdir)/gems/wkhtmltopdf-binary-0.12.6.5/bin RUN ln -s $(rvm-exec gemdir)/bin/wkhtmltopdf /usr/bin ``` Make sure to replace 0.12.6.5 with your...