Created
December 14, 2015 17:06
-
-
Save StevenLangbroek/552f639c95e2cf9f74ad to your computer and use it in GitHub Desktop.
PhantomJS :(
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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