From 4440ace6a9935bce1e454023f78b2b30097e9ca4 Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Thu, 10 Oct 2024 06:09:09 -0600 Subject: [PATCH] refactor: migrate managing_bot_accounts_spec.js ts (#28368) - convert file to ts - fix lint issues --- ...aging_bot_accounts_spec.js => managing_bot_accounts_spec.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename e2e-tests/cypress/tests/integration/channels/enterprise/bot_accounts/{managing_bot_accounts_spec.js => managing_bot_accounts_spec.ts} (98%) diff --git a/e2e-tests/cypress/tests/integration/channels/enterprise/bot_accounts/managing_bot_accounts_spec.js b/e2e-tests/cypress/tests/integration/channels/enterprise/bot_accounts/managing_bot_accounts_spec.ts similarity index 98% rename from e2e-tests/cypress/tests/integration/channels/enterprise/bot_accounts/managing_bot_accounts_spec.js rename to e2e-tests/cypress/tests/integration/channels/enterprise/bot_accounts/managing_bot_accounts_spec.ts index 0c4456586c..867d963f49 100644 --- a/e2e-tests/cypress/tests/integration/channels/enterprise/bot_accounts/managing_bot_accounts_spec.js +++ b/e2e-tests/cypress/tests/integration/channels/enterprise/bot_accounts/managing_bot_accounts_spec.ts @@ -13,7 +13,7 @@ import * as TIMEOUTS from '../../../../fixtures/timeouts'; describe('Managing bot accounts', () => { - let botName; + let botName: string; before(() => { cy.apiRequireLicenseForFeature('LDAP');