@camunda/e2e-test-suite 0.0.785 → 0.0.786
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.
|
@@ -914,6 +914,9 @@ class ModelerCreatePage {
|
|
|
914
914
|
await this.parallelGatewayOption.click({ timeout: 90000 });
|
|
915
915
|
}
|
|
916
916
|
async clickConnectToOtherElementButton() {
|
|
917
|
+
await (0, test_1.expect)(this.connectToOtherElementButton).toBeVisible({
|
|
918
|
+
timeout: 60000,
|
|
919
|
+
});
|
|
917
920
|
await this.connectToOtherElementButton.click({ timeout: 60000 });
|
|
918
921
|
}
|
|
919
922
|
async clickPriorityInput() {
|