From bd209a77ba2cd37b75b02ba0d0f7c2112eede6be Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Thu, 28 Mar 2019 16:09:35 -0500 Subject: [PATCH] fix enterprise routing assertion (#6495) --- ui/tests/acceptance/enterprise-replication-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/tests/acceptance/enterprise-replication-test.js b/ui/tests/acceptance/enterprise-replication-test.js index f25e4300f..addf06edd 100644 --- a/ui/tests/acceptance/enterprise-replication-test.js +++ b/ui/tests/acceptance/enterprise-replication-test.js @@ -13,7 +13,7 @@ const disableReplication = async (type, assert) => { await click('[data-test-disable-replication] button'); await withFlash(click('[data-test-confirm-button]'), () => { if (assert) { - assert.equal(currentURL(), `/vault/replication/${type}/manage`, 'redirects to the replication page'); + assert.equal(currentURL(), `/vault/replication/${type}`, 'redirects to the replication page'); assert.equal( // TODO better test selectors for flash messages find('[data-test-flash-message-body]').textContent.trim(),