mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
refactor: migrate managing_bot_accounts_spec.js ts (#28368)
- convert file to ts - fix lint issues
This commit is contained in:
parent
040220aea4
commit
4440ace6a9
@ -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');
|
Loading…
Reference in New Issue
Block a user