Fix mount backend type-form enterprise test (#18457)
This commit is contained in:
parent
db1d3bc519
commit
ec601025cb
|
@ -60,8 +60,7 @@ module('Integration | Component | mount-backend/type-form', function (hooks) {
|
||||||
});
|
});
|
||||||
|
|
||||||
test('it renders correct items for enterprise secrets', async function (assert) {
|
test('it renders correct items for enterprise secrets', async function (assert) {
|
||||||
await render(hbs`<MountBackend::TypeForm @setMountType={{this.setType}} />`);
|
await render(hbs`<MountBackend::TypeForm @mountType="secret" @setMountType={{this.setType}} />`);
|
||||||
|
|
||||||
assert
|
assert
|
||||||
.dom('[data-test-mount-type]')
|
.dom('[data-test-mount-type]')
|
||||||
.exists({ count: allSecretTypes.length }, 'Renders all secret engines');
|
.exists({ count: allSecretTypes.length }, 'Renders all secret engines');
|
||||||
|
|
Loading…
Reference in New Issue