@camunda/e2e-test-suite 0.0.470 → 0.0.471
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.
|
@@ -173,7 +173,7 @@ class PlayPage {
|
|
|
173
173
|
async clickSaveScenarioButton() {
|
|
174
174
|
await this.notifications
|
|
175
175
|
.first()
|
|
176
|
-
.waitFor({ state: 'hidden', timeout:
|
|
176
|
+
.waitFor({ state: 'hidden', timeout: 60000 })
|
|
177
177
|
.catch(() => { });
|
|
178
178
|
const isModalVisible = await this.saveScenarioModal
|
|
179
179
|
.isVisible()
|
|
@@ -132,8 +132,7 @@ SM_8_7_1.test.describe('Deploy and run a process in Play', () => {
|
|
|
132
132
|
await modelerCreatePage.clickSecondPlacedGateway();
|
|
133
133
|
await (0, sleep_1.sleep)(5000);
|
|
134
134
|
await modelerCreatePage.switchToPlay();
|
|
135
|
-
await modelerCreatePage.
|
|
136
|
-
await (0, sleep_1.sleep)(5000);
|
|
135
|
+
await modelerCreatePage.completePlayConfiguration();
|
|
137
136
|
await playPage.clickStartInstanceButton();
|
|
138
137
|
await playPage.waitForNextElementToBeActive('zeebe-user-task' + randomString + '1');
|
|
139
138
|
await playPage.waitForCompleteJobButtonToBeAvailable();
|