Skip to content

Commit d1280ff

Browse files
committed
no templates, yes tasks
1 parent 48fa854 commit d1280ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/tests/startupCalls.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,10 @@ module.exports = {
6666
expect(Array.isArray(responseEnv.data)).toBeTruthy();
6767
}, ourTimeout);
6868

69-
/*
7069
test('Tasks', async () => {
7170
const responseEnv = await responses.tasks;
7271
expect(Array.isArray(responseEnv.data)).toBeTruthy();
7372
}, ourTimeout);
74-
*/
7573

7674
test('UI Config', async () => {
7775
const responseEnv = await responses.uiConfig;
@@ -86,10 +84,12 @@ module.exports = {
8684
expect(Array.isArray(responseEnv.data)).toBeTruthy();
8785
}, ourTimeout);
8886

87+
/*
8988
test('Templates', async () => {
9089
const responseEnv = await responses.templates;
9190
expect(Array.isArray(responseEnv.data)).toBeTruthy();
9291
}, ourTimeout);
92+
*/
9393

9494
test('Services', async () => {
9595
const responseEnv = await responses.services;

0 commit comments

Comments
 (0)