mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Swap route settings.configure-secret-backend for nested edit and index route under secret.configuration (#27918)
* router changes and appropriate file shuffling * changelog * fix test routes * handle redirect... is this okay? * test redirect coverage * move configure-secret-backend test and cleanup * coverage for non configurable secret engine: * clean up * remove redirect
This commit is contained in:
@@ -104,7 +104,11 @@ module('Acceptance | ssh secret backend', function (hooks) {
|
||||
|
||||
await click('[data-test-secret-backend-configure]');
|
||||
|
||||
assert.strictEqual(currentURL(), `/vault/settings/secrets/configure/${sshPath}`);
|
||||
assert.strictEqual(
|
||||
currentURL(),
|
||||
`/vault/secrets/${sshPath}/configuration/edit`,
|
||||
'transitions to the configuration page'
|
||||
);
|
||||
assert.dom('[data-test-ssh-configure-form]').exists('renders the empty configuration form');
|
||||
|
||||
// default has generate CA checked so we just submit the form
|
||||
|
||||
Reference in New Issue
Block a user