Skip to content

Commit

Permalink
Update UI test assertion for pki tidy form (#28528)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendpclark authored Sep 27, 2024
1 parent e43433f commit 60bd32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tests/integration/components/pki/pki-tidy-form-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module('Integration | Component | pki tidy form', function (hooks) {
});

test('it renders all attribute fields, including enterprise', async function (assert) {
assert.expect(35);
assert.expect(33);
this.autoTidy.enabled = true;
const skipFields = ['enabled', 'tidyAcme']; // combined with duration ttl or asserted separately
await render(
Expand Down

0 comments on commit 60bd32d

Please sign in to comment.