mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
loosen match checking on replication show page (#7776)
This commit is contained in:
parent
f7d0775542
commit
a64e7c71ed
@ -87,10 +87,9 @@ module('Acceptance | Enterprise | replication', function(hooks) {
|
||||
);
|
||||
assert
|
||||
.dom('[data-test-mount-config-paths]')
|
||||
.hasText(mountPath, 'show page renders the correct mount path');
|
||||
// click edit
|
||||
.includesText(mountPath, 'show page renders the correct mount path');
|
||||
|
||||
// delete config
|
||||
// delete config by choosing "no filter" in the edit screen
|
||||
await click('[data-test-replication-link="edit-mount-config"]');
|
||||
await click('#no-filtering');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user