@camunda/e2e-test-suite 0.0.78 → 0.0.79

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.
@@ -204,6 +204,8 @@ class TaskDetailsPage {
204
204
  await this.nameInput.fill(nameInput);
205
205
  }
206
206
  async clickSubmitButton() {
207
+ await (0, test_1.expect)(this.submitButton).toBeVisible();
208
+ await (0, test_1.expect)(this.submitButton).toBeEnabled();
207
209
  await this.submitButton.click();
208
210
  }
209
211
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",