mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-08 13:56:25 +02:00
UI: Fix vault enterprise replication test failure (#30110)
* ui: fix vault enterprise replication test failure * use hasTextContaining instead of includesText
This commit is contained in:
parent
4941aa84f8
commit
0ea9fa19c4
@ -109,7 +109,7 @@ module('Acceptance | Enterprise | replication', function (hooks) {
|
||||
assert.dom('[data-test-mount-config-mode]').includesText(mode, 'show page renders the correct mode');
|
||||
assert
|
||||
.dom('[data-test-mount-config-paths]')
|
||||
.includesText(`${mountPath}/`, 'show page renders the correct mount path');
|
||||
.hasTextContaining(`${mountPath}`, 'show page renders the correct mount path');
|
||||
|
||||
// delete config by choosing "no filter" in the edit screen
|
||||
await click('[data-test-replication-link="edit-mount-config"]');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user