@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
|
-
.
|
|
379
|
+
.getByRole('option', {
|
|
380
|
+
name: new RegExp(`^${escapedClusterName}(?: \\(|$)`),
|
|
381
|
+
})
|
|
380
382
|
.click();
|
|
381
383
|
await (0, test_1.expect)(clusterSelect).toContainText(modelerClusterName);
|
|
382
384
|
}
|