mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
clean up (#14911)
This commit is contained in:
parent
98bb642c55
commit
e23ff1b63a
@ -36,9 +36,9 @@
|
||||
<LinkTo
|
||||
@route="mode.secondaries.config-show"
|
||||
@models={{array this.replicationMode secondary}}
|
||||
data-test-replication-mount-filter-link={{true}}
|
||||
data-test-replication-path-filter-link={{true}}
|
||||
>
|
||||
Mount filter config
|
||||
Path filter config
|
||||
</LinkTo>
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
@ -115,7 +115,7 @@ module('Acceptance | Enterprise | replication', function (hooks) {
|
||||
|
||||
await click('[data-test-popup-menu-trigger]');
|
||||
|
||||
await click('[data-test-replication-mount-filter-link]');
|
||||
await click('[data-test-replication-path-filter-link]');
|
||||
|
||||
assert.equal(currentURL(), `/vault/replication/performance/secondaries/config/show/${secondaryName}`);
|
||||
assert.dom('[data-test-mount-config-mode]').includesText(mode, 'show page renders the correct mode');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user