Update screenshots for rebrand

This commit is contained in:
Joseph Schorr 2015-11-02 17:05:50 -05:00
parent 45bfe7dafc
commit 7271cd639c
12 changed files with 5 additions and 1 deletions

View file

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