@camunda/e2e-test-suite 0.0.666 → 0.0.667

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,7 +165,13 @@ 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
- await operateProcessInstancePage.assertBusinessIdVisible(businessId);
168
+ // NOTE: The Business ID field is set via the Web Modeler run configuration
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.)
169
175
  await operateProcessInstancePage.assertProcessVariableContainsText('orderNumber', '"A12BH98"');
170
176
  await operateProcessInstancePage.assertProcessVariableContainsText('amount', '185.34');
171
177
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.666",
3
+ "version": "0.0.667",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",