refactor: convert channels/ad_ldap files to ts (#28677)
- convert js spec files to ts - convert ldap_server_commands.js to ts fixes: 21302 Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c2a0374d2c
Коммит
ebcde8535e
2
e2e-tests/cypress/tests/support/ldap_commands.d.ts
поставляемый
2
e2e-tests/cypress/tests/support/ldap_commands.d.ts
поставляемый
@@ -22,7 +22,7 @@ declare namespace Cypress {
|
||||
* @param {UserProfile} admin - an admin user
|
||||
* @returns {boolean} - true if sync run successfully
|
||||
*/
|
||||
runLdapSync(admin: {UserProfile}): boolean;
|
||||
runLdapSync(admin: UserProfile): boolean;
|
||||
|
||||
/**
|
||||
* getLdapSyncJobStatus is a task that runs an external request for ldap_sync job status
|
||||
|
||||
Ссылка в новой задаче
Block a user