From d3f1c55c6f68f97622d2c4b7aae269c756966ee6 Mon Sep 17 00:00:00 2001 From: Ioan Moldovan Date: Tue, 14 May 2024 05:16:44 -0400 Subject: [PATCH] fix: test name --- test/source/tests/setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/source/tests/setup.ts b/test/source/tests/setup.ts index fb8b9eb60ba..94beba095f2 100644 --- a/test/source/tests/setup.ts +++ b/test/source/tests/setup.ts @@ -1579,7 +1579,7 @@ AN8G3r5Htj8olot+jm9mIa5XLXWzMNUZgg== ); test( - 'get.updating.key.step1@key-manager-choose-passphrase-forbid-storing.flowcrypt.test - automatic update of key found on key manager', + 'get.updating.key.step3@key-manager-choose-passphrase-forbid-storing.flowcrypt.test - automatic update of key found on key manager', testWithBrowser(async (t, browser) => { const acct = 'get.updating.key.step3@key-manager-choose-passphrase-forbid-storing.flowcrypt.test'; t.context.mockApi!.configProvider = getConfigurationProviderForKeysUpdateTest(t, acct);