github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/ui/tests/pages/allocations/task/logs.js (about) 1 import { create, isPresent, visitable } from 'ember-cli-page-object'; 2 3 export default create({ 4 visit: visitable('/allocations/:id/:name/logs'), 5 6 hasTaskLog: isPresent('[data-test-task-log]'), 7 });