Skip to content

Commit e484f86

Browse files
Re-enable other tests in test list
1 parent 3b8d313 commit e484f86

File tree

1 file changed

+36
-36
lines changed
  • workspaces/bi/bi-extension/src/test/e2e-playwright-tests

1 file changed

+36
-36
lines changed

workspaces/bi/bi-extension/src/test/e2e-playwright-tests/test.list.ts

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -65,42 +65,42 @@ test.beforeAll(async () => {
6565
console.log('='.repeat(80) + '\n');
6666
});
6767

68-
// // <----Automation Test---->
69-
// test.describe(automation);
70-
71-
// // <----AI Chat Service Test---->
72-
// test.describe(aiChatService);
73-
74-
// // <----Integration as API Test---->
75-
// test.describe(httpService);
76-
// test.describe(graphqlService);
77-
// test.describe(tcpService);
78-
79-
// // <----Event Integration Test---->
80-
// test.describe(kafkaIntegration);
81-
// test.describe(rabbitmqIntegration);
82-
// test.describe(mqttIntegration);
83-
// test.describe(azureIntegration);
84-
// test.describe(salesforceIntegration);
85-
// test.describe(twillioIntegration);
86-
// test.describe(githubIntegration);
87-
88-
// // <----File Integration Test---->
89-
// test.describe(ftpIntegration);
90-
// test.describe(directoryIntegration);
91-
92-
// // <----Other Artifacts Test---->
93-
// test.describe(functionArtifact);
94-
// // test.describe(naturalFunctionArtifact); // TODO: Enable this once the ballerina version is switchable
95-
// // test.describe(dataMapperArtifact); // TODO: Enable this later once tests are improved
96-
// test.describe(typeDiagramArtifact);
97-
// test.describe(connectionArtifact);
98-
// test.describe(configuration); // TODO: This tests is failing due to https://github.com/wso2/product-ballerina-integrator/issues/1231. Enable after fixing the issue.
99-
// test.describe(typeTest); // TODO: This tests is failing due to https://github.com/wso2/product-ballerina-integrator/issues/1222. Enable after fixing the issue.
100-
// test.describe(serviceTest);
101-
102-
// // <----Import Integration Test---->
103-
// test.describe(importIntegration);
68+
// <----Automation Test---->
69+
test.describe(automation);
70+
71+
// <----AI Chat Service Test---->
72+
test.describe(aiChatService);
73+
74+
// <----Integration as API Test---->
75+
test.describe(httpService);
76+
test.describe(graphqlService);
77+
test.describe(tcpService);
78+
79+
// <----Event Integration Test---->
80+
test.describe(kafkaIntegration);
81+
test.describe(rabbitmqIntegration);
82+
test.describe(mqttIntegration);
83+
test.describe(azureIntegration);
84+
test.describe(salesforceIntegration);
85+
test.describe(twillioIntegration);
86+
test.describe(githubIntegration);
87+
88+
// <----File Integration Test---->
89+
test.describe(ftpIntegration);
90+
test.describe(directoryIntegration);
91+
92+
// <----Other Artifacts Test---->
93+
test.describe(functionArtifact);
94+
// test.describe(naturalFunctionArtifact); // TODO: Enable this once the ballerina version is switchable
95+
// test.describe(dataMapperArtifact); // TODO: Enable this later once tests are improved
96+
test.describe(typeDiagramArtifact);
97+
test.describe(connectionArtifact);
98+
test.describe(configuration); // TODO: This tests is failing due to https://github.com/wso2/product-ballerina-integrator/issues/1231. Enable after fixing the issue.
99+
test.describe(typeTest); // TODO: This tests is failing due to https://github.com/wso2/product-ballerina-integrator/issues/1222. Enable after fixing the issue.
100+
test.describe(serviceTest);
101+
102+
// <----Import Integration Test---->
103+
test.describe(importIntegration);
104104

105105
// <----Data Mapper Test---->
106106
test.describe(reusableDataMapper);

0 commit comments

Comments
 (0)