diff options
Diffstat (limited to 'test/page.js')
-rw-r--r-- | test/page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/page.js b/test/page.js index f961653..0fc59e7 100644 --- a/test/page.js +++ b/test/page.js @@ -289,7 +289,7 @@ describe('Page', function() { it('should keep external images path', function() { page.content.should.be.html({ - 'img[src="https:/upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png"]': { + 'img[src="https://upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png"]': { count: 1 } }); |