task logs page snapshot (#14709)

This commit is contained in:
Phil Renaud
2022-09-27 10:25:04 -04:00
committed by GitHub
parent eece5bd631
commit cdc3eb9657

View File

@@ -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) {