Unverified Commit e23ff1b6 authored by Angel Garbarino's avatar Angel Garbarino Committed by GitHub
Browse files

clean up (#14911)

parent 98bb642c
Branches unavailable
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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');
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment