Fill in the tour for organizations. Add the CTA to the bottom of the orgs page. Generate screenshots for the org.
This commit is contained in:
parent
3be6ceff15
commit
d9a24b714e
11 changed files with 84 additions and 17 deletions
|
@ -94,14 +94,14 @@ casper.then(function() {
|
|||
this.capture(outputDir + 'repo-admin.png');
|
||||
});
|
||||
|
||||
casper.thenOpen(rootUrl + 'organizations/new/', function() {
|
||||
this.waitForText('Create');
|
||||
casper.thenOpen(rootUrl + 'repository/?namespace=' + org, function() {
|
||||
this.waitForText('Repositories');
|
||||
});
|
||||
|
||||
disableOlark();
|
||||
|
||||
casper.then(function() {
|
||||
this.capture(outputDir + 'org-create.png');
|
||||
this.capture(outputDir + 'org-repo-list.png');
|
||||
});
|
||||
|
||||
casper.thenOpen(rootUrl + 'organization/' + org, function() {
|
||||
|
|
Reference in a new issue