Slide 28
Slide 28 text
Tests were slow
.thenEvaluate(function() {
require('Core/History').navigate('popularity');
})
.wait(5000) // wait for page to render
.thenEvaluate(function() {
$('.brick__image').css('background-image','url(http://
placehold.it/90x90)');
})
.wait(5000) // ensure placeholder images are downloaded
.then(function() {
phantomcss.screenshot(".page.popularity", 5, '',
"Pages/Popularity");
})