Skip to content

Commit

Permalink
clean up (#14911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkeychip authored Apr 5, 2022
1 parent 98bb642 commit e23ff1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ui/lib/replication/addon/templates/mode/secondaries/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion ui/tests/acceptance/enterprise-replication-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit e23ff1b

Please sign in to comment.