@camunda/e2e-test-suite 0.0.196 → 0.0.197

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.
@@ -338,7 +338,7 @@ class ClusterDetailsPage {
338
338
  'Tasklist',
339
339
  'Operate',
340
340
  'Optimize',
341
- 'Identity',
341
+ 'Admin',
342
342
  ]) {
343
343
  for (const component of components) {
344
344
  await (0, expectLocatorWithRetry_1.expectLocatorWithRetry)(this.page, this.page.getByText(`${component}Healthy`, { exact: true }), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.196",
3
+ "version": "0.0.197",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",