UNPKG

@lcap/asl

Version:

NetEase Application Specific Language

12 lines 499 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const chai_1 = require("chai"); const types_1 = require("../../types"); describe('config', () => { it('login successfully', async () => { types_1.config.baseURL = 'http://defaulttenant.qa-ci.lcap.group'; const userInfo = await types_1.login('admin', 'Admin@123456'); chai_1.expect(userInfo.UserId).to.equal('28db2e05f7e54c3b90a9e41e5cfe2318'); }); }); //# sourceMappingURL=login.spec.js.map