CrossLead / angular-zendesk-widget

Angular wrapper for the Zendesk Web Widget
Apache License 2.0
18 stars 11 forks source link

Fixes error where app module fails to load in testing #4

Closed kanhirun closed 8 years ago

kanhirun commented 8 years ago

Summary

kanhirun commented 8 years ago

@bsouthga Ready for review. I've included checkboxes on the PR to test on your machine.

bsouthga commented 8 years ago

Hey kel, thanks for the PR! really appreciate your detailed description of the issue + your fix. I merged in a travis hook to test this with our CI setup and it seems to fail (as there is no headless chrome available, the one advantage of Phantom) -- any thoughts on a fix for this? We would love to keep the ability to run the automated tests if possible.

kanhirun commented 8 years ago

New Changes

@bsouthga I've added two commits recently:

Additional Testing

I'll look into configuring TravisCI for running Chrome. Thanks for bringing this up. 👍

kanhirun commented 8 years ago

@bsouthga 🎱 says that it's now passing. I squashed those changes on .travis.yml into 470a8e8093fba9a3622ec6f833a438ba075ad384 (the first commit) so that git-bisect stays effective.

bsouthga commented 8 years ago

Looks good to me!