@camunda/e2e-test-suite 0.0.252 → 0.0.253

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.
@@ -147,7 +147,7 @@ class ModelerCreatePage {
147
147
  this.diagramBreadcrumb = page.locator('[data-test="breadcrumb-diagram"]');
148
148
  this.renameDiagramNameButton = page.getByText('Rename');
149
149
  this.diagramNameInput = page.locator('[data-test="editable-input"]');
150
- this.variableInput = page.getByLabel('Variables');
150
+ this.variableInput = page.locator('[id="variables-json"]');
151
151
  this.embedFormButton = page.getByRole('button', { name: 'Link form' });
152
152
  this.embedButton = page.locator('[data-test="confirm-move"]');
153
153
  this.newForm = page
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.252",
3
+ "version": "0.0.253",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",