This commit is contained in:
claire bontempo 2024-02-08 07:19:37 -08:00 committed by GitHub
parent de1f76fa56
commit f930fdd4dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {