@camunda/e2e-test-suite 0.0.698 → 0.0.700
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.
|
@@ -165,13 +165,7 @@ SM_8_10_1.test.describe('Web Modeler User Flow Tests', () => {
|
|
|
165
165
|
});
|
|
166
166
|
await operateHomePage.clickProcessesTab();
|
|
167
167
|
await operateProcessesPage.clickProcessInstanceLink(processName);
|
|
168
|
-
|
|
169
|
-
// above, but the Operate build shipped by the SM-8.10 chart
|
|
170
|
-
// (camunda/camunda:8.10.0-alpha1) does not yet render a "Business ID" field
|
|
171
|
-
// in the instance header, so asserting it here fails. Re-enable
|
|
172
|
-
// assertBusinessIdVisible(businessId) once the deployed Operate image renders
|
|
173
|
-
// it. Tracked in https://github.com/camunda/c8-cross-component-e2e-tests/issues/2510
|
|
174
|
-
// (SaaS tests/8.10 keeps the assertion — that Operate build already has it.)
|
|
168
|
+
await operateProcessInstancePage.assertBusinessIdVisible(businessId);
|
|
175
169
|
await operateProcessInstancePage.assertProcessVariableContainsText('orderNumber', '"A12BH98"');
|
|
176
170
|
await operateProcessInstancePage.assertProcessVariableContainsText('amount', '185.34');
|
|
177
171
|
});
|