Skip to content

Commit

Permalink
backport of commit 784ec50 (#22438)
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Renaud <phil.renaud@hashicorp.com>
  • Loading branch information
hc-github-team-nomad-core and philrenaud committed May 31, 2024
1 parent daf1b84 commit 2913207
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ui/tests/acceptance/job-detail-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,11 @@ module('Acceptance | ui block', function (hooks) {
assert
.dom('[data-test-job-links] a')
.exists({ count: 2 }, 'Job links exists when defined in HCL');
await percySnapshot(assert);
await percySnapshot(assert, {
percyCSS: `
.allocation-row td { display: none; }
`,
});
});

test('job sanitizes input', async function (assert) {
Expand Down

0 comments on commit 2913207

Please sign in to comment.