Skip to content

Commit

Permalink
fix test (#25283)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobontempo authored Feb 8, 2024
1 parent de1f76f commit f930fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tests/acceptance/sync/secrets/destination-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f930fdd

Please sign in to comment.