mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
clean up (#14911)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user