2018-08-23 00:36:04 +00:00
|
|
|
import { create, visitable } from 'ember-cli-page-object';
|
2018-08-17 00:22:58 +00:00
|
|
|
|
2018-08-23 00:36:04 +00:00
|
|
|
import jobEditor from 'nomad-ui/tests/pages/components/job-editor';
|
2018-08-17 00:22:58 +00:00
|
|
|
|
|
|
|
export default create({
|
|
|
|
visit: visitable('/jobs/run'),
|
2018-08-23 00:36:04 +00:00
|
|
|
editor: jobEditor(),
|
2018-08-17 00:22:58 +00:00
|
|
|
});
|