mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Omit the current-time-displaying components during our visual diff tests (#22435)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user