Skip to content

Commit

Permalink
task logs page snapshot (#14709)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Sep 27, 2022
1 parent eece5bd commit cdc3eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/tests/acceptance/task-logs-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module('Acceptance | task logs', function (hooks) {
test('it passes an accessibility audit', async function (assert) {
await TaskLogs.visit({ id: allocation.id, name: task.name });
await a11yAudit(assert);
await percySnapshot(assert);
});

test('/allocation/:id/:task_name/logs should have a log component', async function (assert) {
Expand Down

0 comments on commit cdc3eb9

Please sign in to comment.