@camunda/e2e-test-suite 0.0.367 → 0.0.369
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.
|
@@ -112,13 +112,13 @@ async function modelRestConnector(modelerCreatePage, connectorSettingsPage, conn
|
|
|
112
112
|
timeout: 120000,
|
|
113
113
|
});
|
|
114
114
|
await modelerCreatePage.enterDiagramName(processName);
|
|
115
|
-
await (0, sleep_1.sleep)(
|
|
115
|
+
await (0, sleep_1.sleep)(5000);
|
|
116
116
|
await modelerCreatePage.clickCanvas();
|
|
117
117
|
await modelerCreatePage.clickGeneralPropertiesPanel();
|
|
118
118
|
await modelerCreatePage.clickIdInput();
|
|
119
119
|
await modelerCreatePage.fillIdInput(processName);
|
|
120
120
|
await modelerCreatePage.assertNameInput(processName);
|
|
121
|
-
await (0, sleep_1.sleep)(
|
|
121
|
+
await (0, sleep_1.sleep)(5000);
|
|
122
122
|
await modelerCreatePage.clickStartEventElement();
|
|
123
123
|
try {
|
|
124
124
|
await (0, test_1.expect)(modelerCreatePage.appendElementButton).toBeVisible({
|
|
@@ -127,10 +127,7 @@ SM_8_10_1.test.describe('HTO User Flow Tests', () => {
|
|
|
127
127
|
});
|
|
128
128
|
await (0, test_1.expect)(page.getByText('testVariable', { exact: true })).toBeVisible();
|
|
129
129
|
await operateHomePage.clickEditVariableButton('testVariable');
|
|
130
|
-
await operateHomePage.fillVariableValueInput('
|
|
131
|
-
await (0, test_1.expect)(operateHomePage.saveVariableButton).toBeVisible({
|
|
132
|
-
timeout: 30000,
|
|
133
|
-
});
|
|
130
|
+
await operateHomePage.fillVariableValueInput('updatedValue');
|
|
134
131
|
await operateHomePage.clickSaveVariableButton();
|
|
135
132
|
await (0, test_1.expect)(operateHomePage.editVariableSpinner).not.toBeVisible({
|
|
136
133
|
timeout: 120000,
|
|
@@ -62,7 +62,7 @@ SM_8_8_1.test.describe('HTO User Flow Tests', () => {
|
|
|
62
62
|
timeout: 120000,
|
|
63
63
|
});
|
|
64
64
|
await modelerCreatePage.enterDiagramName(processName);
|
|
65
|
-
await (0, sleep_1.sleep)(
|
|
65
|
+
await (0, sleep_1.sleep)(5000);
|
|
66
66
|
await modelerCreatePage.clickCanvas();
|
|
67
67
|
await modelerCreatePage.clickGeneralPropertiesPanel();
|
|
68
68
|
await modelerCreatePage.clickIdInput();
|
|
@@ -100,7 +100,7 @@ SM_8_8_1.test.describe('HTO User Flow Tests', () => {
|
|
|
100
100
|
});
|
|
101
101
|
await taskDetailsPage.taskAssertion(processName);
|
|
102
102
|
await taskDetailsPage.priorityAssertion('critical');
|
|
103
|
-
await (0, sleep_1.sleep)(
|
|
103
|
+
await (0, sleep_1.sleep)(10000);
|
|
104
104
|
await navigationPage.goToOperate();
|
|
105
105
|
await operateHomePage.clickProcessesTab();
|
|
106
106
|
await operateProcessesPage.clickProcessInstanceLink(processName, 'completed');
|