~stephen-stewart/ulysses/flat-buttons

« back to all changes in this revision

Viewing changes to test/visual/config/smallscreen.js

  • Committer: Tarmac
  • Author(s): Stephen Stewart
  • Date: 2014-09-25 09:26:43 UTC
  • mfrom: (43.1.14 gulpify-and-update)
  • Revision ID: tarmac-20140925092643-jzluuaboybxm4q73
[r=james-w] update to version 1.0.0

* update grids to pure 0.5
* default to border-box
* default to minified css
* switch to gulp
* remove bower dep
* svg symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
casper.start( 'http://0.0.0.0:9001/index.html' );
 
1
casper.start( './test/index.html' );
2
2
 
3
3
casper.then(function(){
4
4
    // navbars, small screen
7
7
    phantomcss.screenshot('[data-qa="navbar-full"]', 'Full Navbar');
8
8
 
9
9
});
10
 
 
11
 
casper.then( function end_it(){
12
 
    casper.test.done();
13
 
});
14
 
 
15
 
casper.run(function(){
16
 
    console.log('\nTHE END.');
17
 
    phantom.exit(phantomcss.getExitStatus());
18
 
});