diff --git a/index.html b/index.html index 27bc556..ef90ed3 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@ min-width: 100px; padding: 15px 20px; background-color: purple; - border: 1px solid black; - border-radius: 15px; + border: 1px dotted black; + border-radius: 5px; color: white; font-size: 16px; } diff --git a/test/index.js b/test/index.js index 8ca2444..c6cb874 100644 --- a/test/index.js +++ b/test/index.js @@ -65,7 +65,7 @@ fs.removeAsync(config.screenshotRoot) numBrowsers: 1 }) .then(function(build) { - console.log('Build started', build.build); + console.log('Build started', build); }); }); });