diff --git a/screenshots/screenshots.js b/screenshots/screenshots.js index 9c6cd53eb..16401d510 100644 --- a/screenshots/screenshots.js +++ b/screenshots/screenshots.js @@ -108,6 +108,10 @@ casper.then(function() { this.capture(outputDir + 'repo-settings.png'); }); +casper.thenOpen(rootUrl + 'repository/devtable/' + repo + '?tab=tags', function() { + this.wait(1000); +}); + casper.then(function() { this.log('Generating repository image diff screenshot.'); }); @@ -179,7 +183,7 @@ casper.then(function() { }); casper.thenOpen(rootUrl + 'repository/' + buildrepo + '?tab=builds', function() { - this.wait(1000); + this.wait(10000); this.waitForText('Triggered By'); }); diff --git a/static/img/build-history.png b/static/img/build-history.png index 42b3498f7..71dbdd062 100644 Binary files a/static/img/build-history.png and b/static/img/build-history.png differ diff --git a/static/img/org-logs.png b/static/img/org-logs.png index acf0eb0a5..b2d2cd265 100644 Binary files a/static/img/org-logs.png and b/static/img/org-logs.png differ diff --git a/static/img/org-settings.png b/static/img/org-settings.png index c5817e4cc..38079d36b 100644 Binary files a/static/img/org-settings.png and b/static/img/org-settings.png differ diff --git a/static/img/org-teams.png b/static/img/org-teams.png index 73a6685b3..f7f71cae9 100644 Binary files a/static/img/org-teams.png and b/static/img/org-teams.png differ diff --git a/static/img/org-view.png b/static/img/org-view.png index 4249a3e14..681bdac08 100644 Binary files a/static/img/org-view.png and b/static/img/org-view.png differ diff --git a/static/img/repo-changes.png b/static/img/repo-changes.png index c98163ca4..61558dcc7 100644 Binary files a/static/img/repo-changes.png and b/static/img/repo-changes.png differ diff --git a/static/img/repo-settings.png b/static/img/repo-settings.png index e665e061e..b2711831d 100644 Binary files a/static/img/repo-settings.png and b/static/img/repo-settings.png differ diff --git a/static/img/repo-tags.png b/static/img/repo-tags.png index d4e7b0367..e1c31fb7d 100644 Binary files a/static/img/repo-tags.png and b/static/img/repo-tags.png differ diff --git a/static/img/repo-tree.png b/static/img/repo-tree.png index f89320148..fc01ab0c0 100644 Binary files a/static/img/repo-tree.png and b/static/img/repo-tree.png differ diff --git a/static/img/repo-view.png b/static/img/repo-view.png index dba9b9345..52f12dd1d 100644 Binary files a/static/img/repo-view.png and b/static/img/repo-view.png differ diff --git a/static/img/user-home.png b/static/img/user-home.png index 0cd4d86e3..64d5c1721 100644 Binary files a/static/img/user-home.png and b/static/img/user-home.png differ