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');