@camunda/e2e-test-suite 0.0.286 → 0.0.287

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