parent
d6fd9a07c2
commit
ab166c4448
14 changed files with 3 additions and 413 deletions
|
@ -112,19 +112,6 @@ casper.thenOpen(rootUrl + 'repository/devtable/' + repo + '?tab=tags', function(
|
|||
this.wait(1000);
|
||||
});
|
||||
|
||||
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.');
|
||||
});
|
||||
|
|
Reference in a new issue