@camunda/e2e-test-suite 0.0.367 → 0.0.368
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.
|
@@ -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,
|