Delete the image diff feature

Fixes #1077
This commit is contained in:
Joseph Schorr 2015-12-23 13:08:01 -05:00
parent d6fd9a07c2
commit ab166c4448
14 changed files with 3 additions and 413 deletions

View file

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