@camunda/e2e-test-suite 0.0.906 → 0.0.907

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.
@@ -376,7 +376,9 @@ class ModelerCreatePage {
376
376
  await clusterSelect.click();
377
377
  const escapedClusterName = modelerClusterName.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
378
378
  await this.dialog
379
- .getByText(new RegExp(`^${escapedClusterName}(?: \\(|$)`))
379
+ .getByRole('option', {
380
+ name: new RegExp(`^${escapedClusterName}(?: \\(|$)`),
381
+ })
380
382
  .click();
381
383
  await (0, test_1.expect)(clusterSelect).toContainText(modelerClusterName);
382
384
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.906",
3
+ "version": "0.0.907",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",