@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('"testVariable"');
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.367",
3
+ "version": "0.0.368",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",