Files
awx/awx/ui/test/e2e/objects/jobs.js
2018-02-06 10:37:00 -05:00

11 lines
256 B
JavaScript

import _ from 'lodash';
module.exports = {
url () {
return `${this.api.globals.launch_url}/#/jobs`;
},
sections: {}, // TODO: Fill this out
elements: {}, // TODO: Fill this out
commands: [], // TODO: Fill this out as needed
};