Skip to content

Instantly share code, notes, and snippets.

@StevenLangbroek
Created December 14, 2015 17:06
Show Gist options
  • Save StevenLangbroek/552f639c95e2cf9f74ad to your computer and use it in GitHub Desktop.
Save StevenLangbroek/552f639c95e2cf9f74ad to your computer and use it in GitHub Desktop.
PhantomJS :(
// This fails in Chrome / Firefox, but passes in PhantomJS
expect($e.find('.content-wrapper').css('background-image')).toBe("url(http://xxxx/)");
// This fails in PhantomJS, but passes in Chrome / Firefox
expect($e.find('.content-wrapper').css('background-image')).toBe('url("http://xxxx/")');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment