add settled after generating EC cert (#13265)

This commit is contained in:
claire bontempo 2021-11-24 10:17:32 -05:00 committed by GitHub
parent 19c33125c9
commit ea2728a229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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');
});