@camunda/e2e-test-suite 0.0.951 → 0.0.953
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.
|
@@ -352,8 +352,7 @@ _8_10_1.test.describe('API optimize SaaS Tests', () => {
|
|
|
352
352
|
});
|
|
353
353
|
await assertUnauthorizedResponseBody(response);
|
|
354
354
|
});
|
|
355
|
-
|
|
356
|
-
_8_10_1.test.skip('Import to non-existent collection (404)', async ({ request }) => {
|
|
355
|
+
(0, _8_10_1.test)('Import to non-existent collection (404)', async ({ request }) => {
|
|
357
356
|
const exportResponse = await request.post(`${baseUrl}/api/public/export/dashboard/definition/json`, {
|
|
358
357
|
headers: {
|
|
359
358
|
Authorization: optimizeBearerToken,
|
|
@@ -116,8 +116,7 @@ if (process.env.IS_DS === 'true') {
|
|
|
116
116
|
await operateProcessInstancePage.assertProcessVariableContainsText('Upload_Files', 'aws');
|
|
117
117
|
});
|
|
118
118
|
});
|
|
119
|
-
|
|
120
|
-
SM_8_9_1.test.skip('Document Handling Connectors User Flow - AWS @tasklistV2', async ({ page, navigationPage, modelerHomePage, modelerCreatePage, operateHomePage, operateProcessesPage, connectorMarketplacePage, operateProcessInstancePage, ocIdentityHomePage, ocIdentityRolesPage, }) => {
|
|
119
|
+
(0, SM_8_9_1.test)('Document Handling Connectors User Flow - AWS @tasklistV2', async ({ page, navigationPage, modelerHomePage, modelerCreatePage, operateHomePage, operateProcessesPage, connectorMarketplacePage, operateProcessInstancePage, ocIdentityHomePage, ocIdentityRolesPage, }) => {
|
|
121
120
|
const processName = 'Document_Handling_Connectors_User_Flow_AWS_Process' +
|
|
122
121
|
(await (0, _setup_1.generateRandomStringAsync)(3));
|
|
123
122
|
const baseURL = process.env.PLAYWRIGHT_BASE_URL ||
|