mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
adding settled line (#31396)
This commit is contained in:
parent
863ab9408c
commit
3bb3e168f0
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ import {
|
|||
fillIn,
|
||||
visit,
|
||||
typeIn,
|
||||
waitFor,
|
||||
} from '@ember/test-helpers';
|
||||
import { clickTrigger } from 'ember-power-select/test-support/helpers';
|
||||
import { module, test } from 'qunit';
|
||||
|
|
@ -136,7 +137,7 @@ module('Acceptance | settings/mount-secret-backend', function (hooks) {
|
|||
await settled();
|
||||
await page.enableEngine();
|
||||
await mountBackend('kv', path);
|
||||
|
||||
await waitFor('[data-test-message-error-description]');
|
||||
assert.dom('[data-test-message-error-description]').containsText(`path is already in use at ${path}`);
|
||||
assert.strictEqual(currentRouteName(), 'vault.cluster.settings.mount-secret-backend');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue