Skip to content

Commit

Permalink
add visual test for welcome page. Laverna#1
Browse files Browse the repository at this point in the history
  • Loading branch information
filtercake committed May 4, 2014
1 parent 4d71a6d commit 08a366d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/visual/testsuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ casper.then(function(){
phantomcss.screenshot('#header-title', '001-header-title');
});

casper.thenOpen('http://localhost:9000/welcome.html', function() {
phantomcss.screenshot('.welcome-body', '000-welcome-page');
});

// casper.then(function(){
// phantomcss.screenshot('#coffee-machine-button', '001.1 coffee machine button, button only');
// });
Expand Down

0 comments on commit 08a366d

Please sign in to comment.