Update screenshots and tour content

This commit is contained in:
Joseph Schorr 2015-05-13 14:24:12 -04:00
parent 0e86fc80ca
commit 30608366d7
14 changed files with 43 additions and 35 deletions

View file

@ -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.');
});