mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
* Revert "AAE-30882 Replace superagent (#11134)"
This reverts commit a347b20f20.
* AAE-0000 - Fixed lock for cli and adf
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
import assert from 'assert';
|
||||
import { AlfrescoApi, ModelsApi } from '../../src';
|
||||
import { BpmAuthMock, ModelsMock } from '../mockObjects';
|
||||
import nock from 'nock';
|
||||
|
||||
describe('Activiti Models Api', () => {
|
||||
let authResponseBpmMock: BpmAuthMock;
|
||||
@@ -26,7 +25,6 @@ describe('Activiti Models Api', () => {
|
||||
let modelsApi: ModelsApi;
|
||||
|
||||
beforeEach(async () => {
|
||||
nock.cleanAll();
|
||||
const hostBpm = 'https://127.0.0.1:9999';
|
||||
|
||||
authResponseBpmMock = new BpmAuthMock(hostBpm);
|
||||
|
||||
@@ -51,8 +51,8 @@ describe('Activiti Task Api', () => {
|
||||
|
||||
assert.equal(data[0].id, 'initiator');
|
||||
});
|
||||
// eslint-disable-next-line
|
||||
xit('Check cookie settings', async () => {
|
||||
|
||||
it('Check cookie settings', async () => {
|
||||
taskFormMock.get200getTaskFormVariables();
|
||||
|
||||
const taskId = '5028';
|
||||
|
||||
Reference in New Issue
Block a user