From f930fdd4dc5c6f3c3228f9d895ca7b213d2db44e Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Thu, 8 Feb 2024 07:19:37 -0800 Subject: [PATCH] fix test (#25283) --- ui/tests/acceptance/sync/secrets/destination-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/tests/acceptance/sync/secrets/destination-test.js b/ui/tests/acceptance/sync/secrets/destination-test.js index 4951b760496c..5e9183758605 100644 --- a/ui/tests/acceptance/sync/secrets/destination-test.js +++ b/ui/tests/acceptance/sync/secrets/destination-test.js @@ -55,7 +55,7 @@ module('Acceptance | enterprise | sync | destination', function (hooks) { await click(ts.toolbar('Delete destination')); await fillIn(ts.confirmModalInput, 'DELETE'); await click(ts.confirmButton); - assert.dom(ts.destinations.deleteBanner).exists('Delete banner renders'); + assert.strictEqual(currentURL(), '/vault/sync/secrets/overview', 'navigates back to overview on delete'); }); test('it should not save placeholder values for credentials and only save when there are changes', async function (assert) {