@camunda/e2e-test-suite 0.0.449 → 0.0.450
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -130,8 +130,7 @@ SM_8_9_1.test.describe.parallel('Smoke Tests', () => {
|
|
|
130
130
|
});
|
|
131
131
|
console.log(`[${testInfo.title}] Test end: timeout = ${testInfo.timeout}`);
|
|
132
132
|
});
|
|
133
|
-
|
|
134
|
-
SM_8_9_1.test.skip('Most Common REST Connector User Flow @tasklistV2', async ({ context, operateHomePage, modelerHomePage, modelerCreatePage, connectorSettingsPage, navigationPage, operateProcessesPage, operateProcessInstancePage, connectorMarketplacePage, }, testInfo) => {
|
|
133
|
+
(0, SM_8_9_1.test)('Most Common REST Connector User Flow @tasklistV2', async ({ context, operateHomePage, modelerHomePage, modelerCreatePage, connectorSettingsPage, navigationPage, operateProcessesPage, operateProcessInstancePage, connectorMarketplacePage, }, testInfo) => {
|
|
135
134
|
console.log(`[${testInfo.title}] Test start: timeout = ${testInfo.timeout}`);
|
|
136
135
|
const processName = 'REST_Connector_Basic_Auth_Process' +
|
|
137
136
|
(await (0, _setup_1.generateRandomStringAsync)(3));
|