@camunda/e2e-test-suite 0.0.269 → 0.0.270

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.
@@ -57,11 +57,10 @@ class IdpCreatePage {
57
57
  name: 'Create template',
58
58
  exact: true,
59
59
  });
60
- this.unstructured_UploadFilesButton = page
61
- .getByRole('button', {
62
- name: 'Upload documents',
63
- })
64
- .first();
60
+ this.unstructured_UploadFilesButton = page.getByRole('button', {
61
+ name: 'Drag and drop PDF files here or click to upload',
62
+ exact: true,
63
+ });
65
64
  this.extractButton = page.getByRole('button', {
66
65
  name: 'Extract',
67
66
  exact: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.269",
3
+ "version": "0.0.270",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",