Skip to content

Commit

Permalink
Omit the current-time-displaying components during our visual diff te…
Browse files Browse the repository at this point in the history
…sts (#22435)
  • Loading branch information
philrenaud committed May 31, 2024
1 parent ddfadca commit 784ec50
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 @@ -380,7 +380,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 784ec50

Please sign in to comment.