Update screenshots for rebrand
This commit is contained in:
parent
45bfe7dafc
commit
7271cd639c
12 changed files with 5 additions and 1 deletions
|
@ -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');
|
||||
});
|
||||
|
||||
|
|
Reference in a new issue