return index(application).then(app => {
    return login(app);
  }).then(app => {
    return robots(app);
  }).then(app => {