Omit the current-time-displaying components during our visual diff tests (#22435)

This commit is contained in:
Phil Renaud
2024-05-31 13:41:26 -04:00
committed by GitHub
parent ddfadca618
commit 784ec507b8

View File

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