@camunda/e2e-test-suite 0.0.102 → 0.0.103
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.
|
@@ -24,7 +24,7 @@ _8_9_1.test.describe('Smoke Tests', () => {
|
|
|
24
24
|
await (0, _setup_1.captureScreenshot)(page, testInfo);
|
|
25
25
|
await (0, _setup_1.captureFailureVideo)(page, testInfo);
|
|
26
26
|
});
|
|
27
|
-
_8_9_1.test
|
|
27
|
+
(0, _8_9_1.test)('Most Common Flow User Flow With All Apps', async ({ page, homePage, modelerHomePage, appsPage, modelerCreatePage, }) => {
|
|
28
28
|
const randomString = await (0, _setup_1.generateRandomStringAsync)(3);
|
|
29
29
|
const formName = 'New form' + randomString;
|
|
30
30
|
const processName = 'Zeebe_User_Task_Process' + randomString;
|
|
@@ -137,7 +137,7 @@ _8_9_1.test.describe('Smoke Tests', () => {
|
|
|
137
137
|
await (0, test_1.expect)(optimizeTabOptimizeReportPage.oneUserTaskInstance).toHaveCount(2, { timeout: 60000 });
|
|
138
138
|
});
|
|
139
139
|
});
|
|
140
|
-
_8_9_1.test
|
|
140
|
+
(0, _8_9_1.test)('Most Common REST Connector User Flow', async ({ page, modelerHomePage, appsPage, modelerCreatePage, connectorSettingsPage, operateHomePage, operateProcessesPage, operateProcessInstancePage, }) => {
|
|
141
141
|
_8_9_1.test.slow();
|
|
142
142
|
const randomString = await (0, _setup_1.generateRandomStringAsync)(3);
|
|
143
143
|
const processName = 'REST_Connector_Basic_Auth_Process' + randomString;
|