loosen match checking on replication show page (#7776)

This commit is contained in:
Matthew Irish 2019-11-11 09:47:35 -06:00 committed by GitHub
parent f7d0775542
commit a64e7c71ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');