mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
task logs page snapshot (#14709)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user