open-nomad/ui/tests/pages/allocations/task/logs.js
2018-07-11 12:31:37 -07:00

8 lines
200 B
JavaScript

import { create, isPresent, visitable } from 'ember-cli-page-object';
export default create({
visit: visitable('/allocations/:id/:name/logs'),
hasTaskLog: isPresent('[data-test-task-log]'),
});