diff --git a/screenshots/screenshots.js b/screenshots/screenshots.js index db45087bd..9c6cd53eb 100644 --- a/screenshots/screenshots.js +++ b/screenshots/screenshots.js @@ -96,7 +96,6 @@ casper.then(function() { this.capture(outputDir + 'repo-tree.png'); }); - casper.then(function() { this.log('Generating repository settings screenshot.'); }); @@ -109,6 +108,19 @@ casper.then(function() { this.capture(outputDir + 'repo-settings.png'); }); +casper.then(function() { + this.log('Generating repository image diff screenshot.'); +}); + +casper.thenClick('.image-link a', function() { + this.waitForText('Image Layers'); + this.wait(1000); +}); + +casper.then(function() { + this.capture(outputDir + 'repo-changes.png'); +}); + casper.then(function() { this.log('Generating organization view screenshot.'); }); @@ -133,6 +145,18 @@ casper.then(function() { this.capture(outputDir + 'org-teams.png'); }); +casper.then(function() { + this.log('Generating organization settings screenshot.'); +}); + +casper.thenOpen(rootUrl + 'organization/' + org + '?tab=usage', function() { + this.wait(1000) +}); + +casper.then(function() { + this.capture(outputDir + 'org-settings.png'); +}); + casper.then(function() { this.log('Generating organization logs screenshot.'); }); diff --git a/static/directives/tour-content.html b/static/directives/tour-content.html index 3aafce9a4..36ef7941f 100644 --- a/static/directives/tour-content.html +++ b/static/directives/tour-content.html @@ -47,7 +47,7 @@