refactor: migrate managing_bot_accounts_spec.js ts (#28368)

- convert file to ts
- fix lint issues
Этот коммит содержится в:
Angel Mendez
2024-10-10 06:09:09 -06:00
коммит произвёл GitHub
родитель 040220aea4
Коммит 4440ace6a9

Просмотреть файл

@@ -13,7 +13,7 @@
import * as TIMEOUTS from '../../../../fixtures/timeouts';
describe('Managing bot accounts', () => {
let botName;
let botName: string;
before(() => {
cy.apiRequireLicenseForFeature('LDAP');