add settled after generating EC cert (#13265)
This commit is contained in:
parent
19c33125c9
commit
ea2728a229
|
@ -100,6 +100,7 @@ BXUV2Uwtxf+QCphnlht9muX2fsLIzDJea0JipWj1uf2H8OZsjE8=
|
|||
assert.equal(currentRouteName(), 'vault.cluster.settings.configure-secret-backend.section');
|
||||
|
||||
await page.form.generateCAKeyTypeEC();
|
||||
await settled();
|
||||
|
||||
assert.dom('[data-test-warning]').exists('Info banner renders when unable to parse certificate metadata');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue