From a64e7c71ed4dab158e36d17e9df3e2ed7feb7afb Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Mon, 11 Nov 2019 09:47:35 -0600 Subject: [PATCH] loosen match checking on replication show page (#7776) --- ui/tests/acceptance/enterprise-replication-test.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/tests/acceptance/enterprise-replication-test.js b/ui/tests/acceptance/enterprise-replication-test.js index 59252c4e79..97bfa9c6ab 100644 --- a/ui/tests/acceptance/enterprise-replication-test.js +++ b/ui/tests/acceptance/enterprise-replication-test.js @@ -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');