refactor: migrate managing_bot_accounts_spec.js ts (#28368)

- convert file to ts
- fix lint issues
This commit is contained in:
Angel Mendez 2024-10-10 06:09:09 -06:00 committed by GitHub
parent 040220aea4
commit 4440ace6a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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