mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 09:51:16 -04:00
fix test (#25283)
This commit is contained in:
parent
de1f76fa56
commit
f930fdd4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ module('Acceptance | enterprise | sync | destination', function (hooks) {
|
|||
await click(ts.toolbar('Delete destination'));
|
||||
await fillIn(ts.confirmModalInput, 'DELETE');
|
||||
await click(ts.confirmButton);
|
||||
assert.dom(ts.destinations.deleteBanner).exists('Delete banner renders');
|
||||
assert.strictEqual(currentURL(), '/vault/sync/secrets/overview', 'navigates back to overview on delete');
|
||||
});
|
||||
|
||||
test('it should not save placeholder values for credentials and only save when there are changes', async function (assert) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue